Skip to content

Commit 4fd0e59

Browse files
Update scala-library to 2.13.14 in main
1 parent 720ed14 commit 4fd0e59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.13.10, 3.2.1]
32+
scala: [2.13.14, 3.2.1]
3333
java: [temurin@11, temurin@17]
3434
project: [rootJVM]
3535
exclude:
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
matrix:
136136
os: [ubuntu-latest]
137-
scala: [2.13.10]
137+
scala: [2.13.14]
138138
java: [temurin@11]
139139
runs-on: ${{ matrix.os }}
140140
steps:
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
matrix:
228228
os: [ubuntu-latest]
229-
scala: [2.13.10]
229+
scala: [2.13.14]
230230
java: [temurin@11]
231231
runs-on: ${{ matrix.os }}
232232
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / developers := List(
1010
// publish website from this branch
1111
ThisBuild / tlSitePublishBranch := Some("main")
1212

13-
val Scala213 = "2.13.10"
13+
val Scala213 = "2.13.14"
1414
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1")
1515
ThisBuild / scalaVersion := Scala213 // the default Scala
1616

0 commit comments

Comments
 (0)