We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b357fb commit 027814bCopy full SHA for 027814b
build.sbt
@@ -1,7 +1,7 @@
1
import sbt.librarymanagement.ConflictWarning
2
3
val scala_2_13 = "2.13.16"
4
-val scala_3 = "3.3.4"
+val scala_3 = "3.3.5"
5
val mainScalaVersion = scala_3
6
val supportedScalaVersions = Seq(scala_2_13, scala_3)
7
0 commit comments