Skip to content

Commit 570df62

Browse files
authored
Update Scala 2.13 series to 2.13.16 (#3418)
1 parent 66c2d35 commit 570df62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ jobs:
16501650
env:
16511651
PGP_SECRET: ${{ secrets.PGP_SECRET }}
16521652
- run: ./mill -i ci.setShouldPublish
1653-
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.15],test-runner[2.12.20],runner[2.13.15],runner[2.12.20]}.publishArtifacts'
1653+
- run: ./mill -i publishSonatype '{__[],_,test-runner[2.13.16],test-runner[2.12.20],runner[2.13.16],runner[2.12.20]}.publishArtifacts'
16541654
if: env.SHOULD_PUBLISH == 'true'
16551655
env:
16561656
PGP_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

project/deps.sc

Lines changed: 1 addition & 1 deletion
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.15"
7+
def scala213 = "2.13.16"
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.4" // the LTS version currently used in the build

website/docs/reference/scala-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ it is recommended to update scala-cli.
2828
| 1.5.0 | 3.5.0 | 2.13.14 | 2.12.19 |
2929
| 1.5.1 | 3.5.1 | 2.13.15 | 2.12.20 |
3030
| 1.5.2 - 1.5.4 | 3.5.2 | 2.13.15 | 2.12.20 |
31-
| 1.6.0 - current | 3.6.2 | 2.13.15 | 2.12.20 |
31+
| 1.6.0 - current | 3.6.2 | 2.13.16 | 2.12.20 |
3232

0 commit comments

Comments
 (0)