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 86d8ca6 commit 6d8d260Copy full SHA for 6d8d260
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 := "1.3.0" // the release version
7
- version in ThisBuild := s"1.3.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
+version in ThisBuild := "1.3.0" // the release version
+//version in ThisBuild := s"1.4.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
0 commit comments