Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 1, 2024
1 parent c5125a2 commit 50d0921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.4, 2.13.14, 2.12.20]
scala: [3.3.4, 2.13.15, 2.12.20]
java: [temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val mainScala = "2.13.14"
val allScala = Seq("3.3.4", "2.13.14", "2.12.20")
val mainScala = "2.13.15"
val allScala = Seq("3.3.4", "2.13.15", "2.12.20")
val zioVersion = "2.1.9"
val zioAwsVersion = "7.21.15.15"

Expand Down

0 comments on commit 50d0921

Please sign in to comment.