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 a24875f commit b6e4039Copy full SHA for b6e4039
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
-//ThisBuild / version := "2.5.0" // the release version
7
-ThisBuild / version := s"2.6.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
+ThisBuild / version := "2.5.1" // the release version
+//ThisBuild / version := s"2.6.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
0 commit comments