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 208b3a3 commit 8096ac2Copy full SHA for 8096ac2
build.sbt
@@ -71,8 +71,8 @@ val Deps = new {
71
72
inThisBuild(
73
Seq(
74
- crossScalaVersions := Seq("2.13.15", "3.3.4"),
75
-// crossScalaVersions := Seq("3.3.4", "2.13.15"), // uncomment to use Scala 3 in IDE
+ crossScalaVersions := Seq("2.13.16", "3.3.4"),
+// crossScalaVersions := Seq("3.3.4", "2.13.16"), // uncomment to use Scala 3 in IDE
76
scalaVersion := crossScalaVersions.value.head,
77
version := "1.0.0",
78
organization := "io.7mind",
0 commit comments