Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent 9f353a0 commit 4ca4501
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 @@ -59,7 +59,7 @@ jobs:
run: sbt githubWorkflowCheck

- name: Build project (Scala 2)
if: matrix.scala == '2.12.19' || matrix.scala == '2.13.14'
if: matrix.scala == '2.12.20' || matrix.scala == '2.13.14'
run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative

- name: Build project (Scala 3)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val gitHubOwner = "fthomas"
val gitPubUrl = s"https://github.com/$gitHubOwner/$projectName.git"
val gitDevUrl = s"[email protected]:$gitHubOwner/$projectName.git"

val Scala_2_12 = "2.12.19"
val Scala_2_12 = "2.12.20"
val Scala_2_13 = "2.13.14"
val Scala_3 = "3.3.3"

Expand Down

0 comments on commit 4ca4501

Please sign in to comment.