Skip to content

Commit 1fefaba

Browse files
authored
Merge pull request #172 from SethTisue/issue/171
fix regression where we always ended up with Scala 2.10 JARs
2 parents 3dace24 + be14b61 commit 1fefaba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ versionWithGit
1111

1212
Versioning.settings
1313

14+
// necessary since sbt 0.13.12 for some dark and mysterious reason
15+
// perhaps related to sbt/sbt#2634. details, to the extent they
16+
// are known/understood, at scala/scala-dist#171
17+
scalaVersion := version.value
18+
1419
s3Settings
1520

1621
host in upload := "downloads.typesafe.com.s3.amazonaws.com"

0 commit comments

Comments
 (0)