Skip to content

Commit f245e2a

Browse files
Update scala3-library, ... to 3.3.3
1 parent 05adf8b commit f245e2a

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.17, 2.13.8, 3.1.3]
31+
scala: [2.12.17, 2.13.8, 3.3.3]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true
1212

1313
val Scala213 = "2.13.8"
1414

15-
ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.1.3")
15+
ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.3.3")
1616
ThisBuild / scalaVersion := Scala213
1717

1818
ThisBuild / testFrameworks += new TestFramework("munit.Framework")

0 commit comments

Comments
 (0)