Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 12, 2023
1 parent 79fc8f5 commit ff4aaa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.7]
scala: [2.12.18, 2.13.7]
java: [temurin@8, temurin@17]
project: [rootJS, rootJVM, rootNative]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtcrossproject.{ CrossType, crossProject }

val Scala212V = "2.12.17"
val Scala212V = "2.12.18"
val Scala213V = "2.13.7"

val circeVersion = "0.14.3"
Expand Down

0 comments on commit ff4aaa3

Please sign in to comment.