We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fdd4b commit ce23d95Copy full SHA for ce23d95
build.sbt
@@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations._
3
import sbtcrossproject.CrossPlugin.autoImport.crossProject
4
5
val Scala212 = "2.12.20"
6
-val Scala213 = "2.13.16"
+val Scala213 = "2.13.17"
7
val Scala3 = "3.3.6"
8
val scalatestVersion = "3.2.19"
9
0 commit comments