Skip to content

Commit fe44d5b

Browse files
Update scala-library to 2.13.10
1 parent 507aebb commit fe44d5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.17, 2.13.9, 3.2.0]
31+
scala: [2.12.17, 2.13.10, 3.2.0]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM]
3434
runs-on: ${{ matrix.os }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
1313
ThisBuild / tlSonatypeUseLegacyHost := false
1414

1515
val Scala212 = "2.12.17"
16-
val Scala213 = "2.13.9"
16+
val Scala213 = "2.13.10"
1717
val Scala3 = "3.2.0"
1818

1919
ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x

0 commit comments

Comments
 (0)