We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a439c commit bb8e9f1Copy full SHA for bb8e9f1
build.sbt
@@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._
2
import Dependencies._
3
val scala212 = "2.12.20"
4
val scala213 = "2.13.16"
5
-val scala3 = "3.3.4"
+val scala3 = "3.3.5"
6
7
GlobalScope / tlCommandAliases ++= Map(
8
"fmt" -> List("scalafmtAll", "scalafmtSbt"),
0 commit comments