Skip to content

Commit 82fd367

Browse files
authored
Merge pull request #34 from cquiroz/versionfix
Match the version for source maps with git tags
2 parents b9d5859 + 5fa57f1 commit 82fd367

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)