We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f400d6e + 6c0958d commit 1797fe4Copy full SHA for 1797fe4
.github/workflows/ci.yml
@@ -17,8 +17,10 @@ jobs:
17
- 2.13.13
18
- 2.13.14
19
- 2.13.15
20
- - 3.3.3
21
- - 3.4.2
+ - 3.3.4
+ - 3.4.3
22
+ - 3.5.2
23
+ - 3.6.2
24
java:
25
- 11
26
- 17
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys._
2
import sbt._
3
4
scalaVersion := "2.13.4"
5
-val scala3 = "3.4.2"
+val scala3 = "3.6.2"
6
crossScalaVersions := List(
7
"2.11.12",
8
"2.12.15",
@@ -14,7 +14,9 @@ crossScalaVersions := List(
14
"2.13.13",
15
"2.13.14",
16
"2.13.15",
- "3.3.3",
+ "3.3.4",
+ "3.4.3",
+ "3.5.2",
scala3
)
0 commit comments