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 Sep 26, 2024
1 parent 673aa3b commit 07998fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.13, 3.3.3]
scala: [2.12.19, 2.13.15, 3.3.3]
java: [graalvm-ce-java11@20.3.0]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.13]
scala: [2.13.15]
java: [graalvm-ce-java11@20.3.0]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inThisBuild(
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))

val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala213 = "2.13.15"
val Scala3 = "3.3.3"

val GraalVM11 = "graalvm-ce-java11@20.3.0"
Expand Down

0 comments on commit 07998fa

Please sign in to comment.