We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d6df commit e6bda5eCopy full SHA for e6bda5e
project/Common.scala
@@ -3,7 +3,7 @@ import Keys._
3
4
object Common {
5
val basicSettings = Seq(
6
- version := sys.props.getOrElse("appVersion", IO.read(file("../version")).trim),
+ version := sys.props.getOrElse("appVersion", IO.read(file("version")).trim),
7
scalaVersion := "2.12.8",
8
publishArtifact := false,
9
organization := "io.hydrosphere.serving",
0 commit comments