We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720aca9 commit ad387feCopy full SHA for ad387fe
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [3.3.1, 2.12.19, 2.13.12]
+ scala: [3.3.3, 2.12.19, 2.13.12]
32
java: [temurin@8]
33
project: [rootJS, rootJVM, rootNative]
34
runs-on: ${{ matrix.os }}
build.sbt
@@ -20,7 +20,7 @@ ThisBuild / tlBaseVersion := "1.5"
20
ThisBuild / startYear := Some(2020)
21
ThisBuild / developers += tlGitHubDev("djspiewak", "Daniel Spiewak")
22
23
-ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.19", "2.13.12")
+ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12")
24
25
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.1")
26
0 commit comments