Skip to content

Commit d8322b1

Browse files
committed
chore: release 2.5.20
1 parent 42c467f commit d8322b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor
44
// *** IMPORTANT ***
55
val _version = "2.5.20"
66
// 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
7+
ThisBuild / version := _version // the release version
8+
//ThisBuild / version := s"${_version}-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 commit comments

Comments
 (0)