Skip to content

Commit f0b6686

Browse files
authored
Merge pull request #1289 from scala-steward/update/scala-compiler-2.12.20
Update scala-compiler, scala-library, ... to 2.12.20
2 parents 9f353a0 + 4ca4501 commit f0b6686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: sbt githubWorkflowCheck
6060

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

6565
- name: Build project (Scala 3)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val gitHubOwner = "fthomas"
1111
val gitPubUrl = s"https://github.com/$gitHubOwner/$projectName.git"
1212
val gitDevUrl = s"[email protected]:$gitHubOwner/$projectName.git"
1313

14-
val Scala_2_12 = "2.12.19"
14+
val Scala_2_12 = "2.12.20"
1515
val Scala_2_13 = "2.13.14"
1616
val Scala_3 = "3.3.3"
1717

0 commit comments

Comments
 (0)