We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d5859 + 5fa57f1 commit 82fd367Copy full SHA for 82fd367
build.sbt
@@ -132,7 +132,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
132
scalacOptions ++= {
133
val tagOrHash =
134
if(isSnapshot.value) sys.process.Process("git rev-parse HEAD").lines_!.head
135
- else version.value
+ else s"v${version.value}"
136
(sourceDirectories in Compile).value.map { f =>
137
val a = f.toURI.toString
138
val g = "https://raw.githubusercontent.com/cquiroz/scala-java-time/" + tagOrHash + "/shared/src/main/scala/"
0 commit comments