Skip to content

Commit 5d13458

Browse files
committed
Update Scala 2.12 to 2.12.20
1 parent 00e4c88 commit 5d13458

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ jobs:
16091609
env:
16101610
PGP_SECRET: ${{ secrets.PGP_SECRET }}
16111611
- run: ./mill -i ci.setShouldPublish
1612-
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.14],test-runner[2.12.19],runner[2.13.14],runner[2.12.19]}.publishArtifacts'
1612+
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.14],test-runner[2.12.20],runner[2.13.14],runner[2.12.20]}.publishArtifacts'
16131613
if: env.SHOULD_PUBLISH == 'true'
16141614
env:
16151615
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

project/deps.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import mill._
33
import scalalib._
44

55
object Scala {
6-
def scala212 = "2.12.19"
6+
def scala212 = "2.12.20"
77
def scala213 = "2.13.14"
88
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
99
def scala3LtsPrefix = "3.3" // used for the LTS version tags
@@ -51,7 +51,7 @@ object Scala {
5151
(0 until max35).map(i => s"3.5.$i") ++ Seq(scala3Next)
5252
}
5353

54-
def maxAmmoniteScala212Version = scala212
54+
def maxAmmoniteScala212Version = "2.12.19"
5555
def maxAmmoniteScala213Version = scala213
5656
def maxAmmoniteScala3Version = "3.4.2"
5757
lazy val listMaxAmmoniteScalaVersion =

website/docs/reference/scala-versions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ it is recommended to update scala-cli.
2525
| 1.2.1 - 1.3.0 | 3.4.1 | 2.13.13 | 2.12.19 |
2626
| 1.3.1 | 3.4.1 | 2.13.14 | 2.12.19 |
2727
| 1.3.2 - 1.4.3 | 3.4.2 | 2.13.14 | 2.12.19 |
28-
| 1.5.0 - current | 3.5.0 | 2.13.14 | 2.12.19 |
28+
| 1.5.0 | 3.5.0 | 2.13.14 | 2.12.19 |
29+
| 1.5.1 - current | 3.5.0 | 2.13.14 | 2.12.20 |
2930

0 commit comments

Comments
 (0)