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 42c467f commit d8322b1Copy full SHA for d8322b1
version.sbt
@@ -4,5 +4,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor
4
// *** IMPORTANT ***
5
val _version = "2.5.20"
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