There was an error while loading. Please reload this page.
1 parent 8060ca0 commit 43dbb52Copy full SHA for 43dbb52
1 file changed
version.sbt
@@ -4,5 +4,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor
4
// *** IMPORTANT ***
5
val _version = "2.5.11"
6
// One of the two "version" lines below needs to be uncommented.
7
-//ThisBuild / version := _version // the release version
8
-ThisBuild / version := s"${_version}-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
+ThisBuild / version := _version // the release version
+//ThisBuild / version := s"${_version}-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
0 commit comments