Skip to content

Commit 9100116

Browse files
committed
rename build command to follow current sbt naming convention
1 parent 9e79b86 commit 9100116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ lazy val dontPublish = Seq(
252252
publishLocal := {}
253253
)
254254

255-
val preRelease = "pre-release"
255+
val preRelease = "preRelease"
256256
val travisScalaVersion = sys.env.get("TRAVIS_SCALA_VERSION").flatMap(Version.parse)
257257
val releaseVersion = sys.env.get("TRAVIS_TAG").flatMap(Version.parse)
258258
val isScalaJs = sys.env.get("SCALAJS_VERSION").map(_.nonEmpty).getOrElse(false)

0 commit comments

Comments
 (0)