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 d5d2305 commit 9e9e89aCopy full SHA for 9e9e89a
build.sbt
@@ -5,7 +5,7 @@ lazy val commonSettings = Seq(
5
organizationName := "Evolution",
6
organizationHomepage := Some(url("https://evolution.com")),
7
scalaVersion := crossScalaVersions.value.head,
8
- crossScalaVersions := Seq("2.13.14", "3.3.3"),
+ crossScalaVersions := Seq("2.13.14", "3.3.6"),
9
Compile / scalacOptions ++= {
10
if (scalaBinaryVersion.value == "2.13") {
11
Seq(
0 commit comments