Skip to content

Commit 5fa57f1

Browse files
committed
Match the version with the tags
1 parent b9d5859 commit 5fa57f1

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
@@ -132,7 +132,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
132132
scalacOptions ++= {
133133
val tagOrHash =
134134
if(isSnapshot.value) sys.process.Process("git rev-parse HEAD").lines_!.head
135-
else version.value
135+
else s"v${version.value}"
136136
(sourceDirectories in Compile).value.map { f =>
137137
val a = f.toURI.toString
138138
val g = "https://raw.githubusercontent.com/cquiroz/scala-java-time/" + tagOrHash + "/shared/src/main/scala/"

0 commit comments

Comments
 (0)