Skip to content

Commit

Permalink
Merge pull request #1289 from scala-steward/update/scala-compiler-2.1…
Browse files Browse the repository at this point in the history
…2.20

Update scala-compiler, scala-library, ... to 2.12.20
  • Loading branch information
mergify[bot] authored Sep 6, 2024
2 parents 9f353a0 + 4ca4501 commit f0b6686
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:/$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 f0b6686

Please sign in to comment.