We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104591 commit b43d282Copy full SHA for b43d282
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [2.12.18, 3.3.1, 2.13.12]
+ scala: [2.12.18, 3.3.3, 2.13.12]
32
java: [temurin@17]
33
project: [rootJVM]
34
runs-on: ${{ matrix.os }}
build.sbt
@@ -16,7 +16,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
16
17
val Scala213 = "2.13.12"
18
19
-ThisBuild / crossScalaVersions := Seq("2.12.18", "3.3.1", Scala213)
+ThisBuild / crossScalaVersions := Seq("2.12.18", "3.3.3", Scala213)
20
ThisBuild / scalaVersion := crossScalaVersions.value.last
21
22
lazy val `epimetheus` = tlCrossRootProject
0 commit comments