Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
use releaseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
timperrett committed Apr 27, 2016
1 parent d8a9df9 commit d34f5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ object common {
val qualifier =
if(scalazStreamVersion.value.startsWith("0.7")) "scalaz71"
else "scalaz72"
base + "_" + qualifier + "-" + module.revision + classifierStr + "." + artifact.extension
base + "_" + qualifier + "-" + releaseVersion.value(version.value) + classifierStr + "." + artifact.extension
}
)
}

0 comments on commit d34f5e7

Please sign in to comment.