We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1938c8f commit 11bb31bCopy full SHA for 11bb31b
build.sbt
@@ -2,7 +2,7 @@ import sbt.internal.ProjectMatrix
2
3
val scala2_12 = "2.12.20"
4
val scala2_13 = "2.13.16"
5
-val scala3 = "3.3.4"
+val scala3 = "3.3.5"
6
val allScalaVersions = List(scala2_12, scala2_13, scala3)
7
8
ThisBuild / organization := "com.47deg"
0 commit comments