We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f1632 commit 7fc4fd5Copy full SHA for 7fc4fd5
1 file changed
build.sbt
@@ -7,7 +7,7 @@ ThisBuild / organization := "com.47deg"
7
8
val scala212 = "2.12.19"
9
val scala213 = "2.13.13"
10
-val scala3Version = "3.3.1"
+val scala3Version = "3.3.3"
11
val scala2Versions = Seq(scala212, scala213)
12
val allScalaVersions = scala2Versions :+ scala3Version
13
ThisBuild / scalaVersion := scala213
0 commit comments