Skip to content

Commit b81eeee

Browse files
authored
Update Scala 2.13 to 2.13.15 (#3201)
1 parent 8bf8228 commit b81eeee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.20],runner[2.13.14],runner[2.12.20]}.publishArtifacts'
1612+
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.15],test-runner[2.12.20],runner[2.13.15],runner[2.12.20]}.publishArtifacts'
16131613
if: env.SHOULD_PUBLISH == 'true'
16141614
env:
16151615
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scalalib._
44

55
object Scala {
66
def scala212 = "2.12.20"
7-
def scala213 = "2.13.14"
7+
def scala213 = "2.13.15"
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
1010
def scala3Lts = s"$scala3LtsPrefix.3" // the LTS version currently used in the build
@@ -52,7 +52,7 @@ object Scala {
5252
}
5353

5454
def maxAmmoniteScala212Version = scala212
55-
def maxAmmoniteScala213Version = scala213
55+
def maxAmmoniteScala213Version = "2.13.14"
5656
def maxAmmoniteScala3Version = scala3NextAnnounced
5757
lazy val listMaxAmmoniteScalaVersion =
5858
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)

website/docs/reference/scala-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ it is recommended to update scala-cli.
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 |
2828
| 1.5.0 | 3.5.0 | 2.13.14 | 2.12.19 |
29-
| 1.5.1 - current | 3.5.1 | 2.13.14 | 2.12.20 |
29+
| 1.5.1 - current | 3.5.1 | 2.13.15 | 2.12.20 |
3030

0 commit comments

Comments
 (0)