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 e6f5532 commit ae2c03bCopy full SHA for ae2c03b
build.sbt
@@ -11,7 +11,7 @@ name := "ScalaGraphMinimizer"
11
organization := "net.walend"
12
13
// Project version. Only release version (w/o SNAPSHOT suffix) can be promoted.
14
-version := "0.1.0-SNAPSHOT"
+version := "0.1.0"
15
16
scalaVersion := "2.11.1"
17
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.1.0-SNAPSHOT"
+version in ThisBuild := "0.1.0"
0 commit comments