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 Jun 10, 2023
1 parent 917b544 commit 2294a28
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 @@ -28,11 +28,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10, 3.2.2]
scala: [2.12.18, 2.13.10, 3.2.2]
java: [temurin@11, temurin@17]
project: [rootJS, rootJVM, rootNative]
exclude:
- scala: 2.12.17
- scala: 2.12.18
java: temurin@17
- scala: 3.2.2
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 @@ -18,7 +18,7 @@ val munitVersion = "1.0.0-M7"
val scalacheckEffectVersion = "2.0.0-M2"
val munitEffectVersion = "2.0.0-M3"

val scala212 = "2.12.17"
val scala212 = "2.12.18"
val scala213 = "2.13.10"

ThisBuild / scalaVersion := scala213
Expand Down

0 comments on commit 2294a28

Please sign in to comment.