We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242f90e commit ea9e388Copy full SHA for ea9e388
1 file changed
build.sbt
@@ -8,7 +8,7 @@ import sbt.Keys._
8
excludeLintKeys in Global ++= Set(ideSkipProject)
9
10
val scala2_12 = "2.12.20"
11
-val scala2_13 = "2.13.16"
+val scala2_13 = "2.13.18"
12
13
val scala2 = List(scala2_12, scala2_13)
14
val scala3 = "3.3.7"
0 commit comments