Skip to content

Commit

Permalink
Update scala-library to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 15, 2023
1 parent 76b6866 commit 33adb55
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 @@ -29,11 +29,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.11, 3.2.1]
scala: [2.12.18, 2.13.11, 3.2.1]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 2.12.17
- scala: 2.12.18
java: temurin@17
- scala: 3.2.1
java: temurin@17
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val Versions = new {
val snakeYamlEngine = "2.6"
val previousCirceYamls = Set("0.14.0", "0.14.1", "0.14.2")

val scala212 = "2.12.17"
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.2.1"

Expand Down

0 comments on commit 33adb55

Please sign in to comment.