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 9e79b86 commit 9100116Copy full SHA for 9100116
build.sbt
@@ -252,7 +252,7 @@ lazy val dontPublish = Seq(
252
publishLocal := {}
253
)
254
255
-val preRelease = "pre-release"
+val preRelease = "preRelease"
256
val travisScalaVersion = sys.env.get("TRAVIS_SCALA_VERSION").flatMap(Version.parse)
257
val releaseVersion = sys.env.get("TRAVIS_TAG").flatMap(Version.parse)
258
val isScalaJs = sys.env.get("SCALAJS_VERSION").map(_.nonEmpty).getOrElse(false)
0 commit comments