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 dc9141c commit 5df5cafCopy full SHA for 5df5caf
build.sbt
@@ -47,8 +47,8 @@ val Deps = new {
47
48
inThisBuild(
49
Seq(
50
- crossScalaVersions := Seq("2.13.13", "3.4.0"),
51
-// crossScalaVersions := Seq("3.4.0", "2.13.13"), // uncomment to use Scala 3 in IDE
+ crossScalaVersions := Seq("2.13.13", "3.4.1"),
+// crossScalaVersions := Seq("3.4.1", "2.13.13"), // uncomment to use Scala 3 in IDE
52
scalaVersion := crossScalaVersions.value.head,
53
version := "1.0.0",
54
organization := "io.7mind",
0 commit comments