Skip to content

Commit af0778a

Browse files
committed
remove version
1 parent c9cd538 commit af0778a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ val publishSettings = List(
3737
)
3838
),
3939
organization := "tf.tofu",
40-
version := {
41-
val branch = git.gitCurrentBranch.value
42-
if (branch == "master") publishVersion
43-
else s"$publishVersion-$branch-SNAPSHOT"
44-
},
4540
versionScheme := Some("semver-spec"),
4641
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
4742
)

0 commit comments

Comments
 (0)