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 87f4b88 commit b00b31fCopy full SHA for b00b31f
version.sbt
@@ -3,5 +3,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor
3
4
// *** IMPORTANT ***
5
// One of the two "version" lines below needs to be uncommented.
6
-// version in ThisBuild := "0.7.0" // the release version
7
-version in ThisBuild := s"0.8.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
+ version in ThisBuild := "1.0.0" // the release version
+// version in ThisBuild := s"0.8.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
0 commit comments