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 ad227d2 commit e1f8966Copy full SHA for e1f8966
build.sbt
@@ -8,7 +8,7 @@ inThisBuild(
8
Seq(
9
scalaVersion := currentScalaVersion,
10
// Load version from the file so that Gradle/Shipkit and SBT use the same version
11
- version := sys.env.get("PROJECT_VERSION").get
+ version := sys.env.getOrElse("PROJECT_VERSION", "0.1.0")
12
)
13
14
0 commit comments