Skip to content

Commit 127697b

Browse files
committed
Update scala-compiler, scala-library, ... to 2.13.13
1 parent a098aa5 commit 127697b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
scala: [2.12.18, 2.13.12, 3.3.0]
17+
scala: [2.12.18, 2.13.13, 3.3.0]
1818
java: [temurin@17]
1919
runs-on: ${{ matrix.os }}
2020
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.librarymanagement.ConflictWarning
22

33
val scala_2_12 = "2.12.18"
4-
val scala_2_13 = "2.13.12"
4+
val scala_2_13 = "2.13.13"
55
val scala_3 = "3.3.1"
66
val mainScalaVersion = scala_3
77
val supportedScalaVersions = Seq(scala_2_12, scala_2_13, scala_3)

0 commit comments

Comments
 (0)