Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 338a695

Browse files
committed
fix to sbt-git settings
1 parent 89d9972 commit 338a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ scalaModuleSettings
33
name := "scala-asm"
44

55
enablePlugins(GitVersioning)
6-
76
git.useGitDescribe := true
7+
version := version.value drop 1 // drop the `v` from the `git describe` string
88

99
// Otherwise the artifact has a dependency on scala-library
1010
autoScalaLibrary := false

0 commit comments

Comments
 (0)