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 d476a96 commit 77c7a1fCopy full SHA for 77c7a1f
build.sbt
@@ -169,7 +169,7 @@ lazy val commonSettings = Def.settings(
169
scalapropsCoreSettings,
170
(Compile / unmanagedResources) += (LocalRootProject / baseDirectory).value / "LICENSE.txt",
171
scalaVersion := Scala212,
172
- crossScalaVersions := Seq(Scala212, "2.13.15", "3.3.3"),
+ crossScalaVersions := Seq(Scala212, "2.13.15", "3.3.4"),
173
scalacOptions ++= unusedWarnings.value,
174
scalacOptions ++= {
175
scalaBinaryVersion.value match {
0 commit comments