Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.19 (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 27, 2024
1 parent 78363c4 commit 3816861
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 @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.18, 2.13.11]
scala: [2.12.19, 2.13.11]
java: [[email protected]]
platform: [jvm, js, native]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.sbt.git.SbtGit.GitKeys.*
import sbtcrossproject.CrossProject

val Scala212 = "2.12.18"
val Scala212 = "2.12.19"
val Scala213 = "2.13.11"

commonSettings
Expand Down

0 comments on commit 3816861

Please sign in to comment.