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 9cd8a59 commit d75a8e1Copy full SHA for d75a8e1
project/KantanCrossBuildPlugin.scala
@@ -38,7 +38,7 @@ object KantanCrossBuildPlugin extends AutoPlugin {
38
object autoImport {
39
def Scala3 = "3.3.6"
40
41
- def Scala213 = "2.13.16"
+ def Scala213 = "2.13.17"
42
43
def kantanCrossProject(id: String, base: String, enableScala3: Boolean = true): ProjectMatrix =
44
kantanCrossProjectInternal(id = id, base = base, laws = None, enableScala3 = enableScala3)
0 commit comments