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 bdeebd0 commit 9d5b318Copy full SHA for 9d5b318
build.sbt
@@ -292,7 +292,6 @@ inThisBuild(releaseCredentials)
292
// required by sbt-scala-module
293
inThisBuild(
294
Seq(
295
- crossScalaVersions := Seq(scala211, scala212, scala213),
296
commands += Command.command(preRelease) { state =>
297
// Show Compat version, Scala version, and Java Version
298
val jvmVersion = Version.parse(sys.props("java.specification.version")).get.minor
0 commit comments