From be14b61d9a6385a96b467c5b2618d5fb64283a3e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 4 Dec 2016 18:56:03 -0800 Subject: [PATCH] fix regression where we always ended up with Scala 2.10 JARs as a consequence of the sbt version bump in https://github.com/scala/scala-dist/pull/165 fixes https://github.com/scala/scala-dist/issues/171 --- build.sbt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sbt b/build.sbt index 151db83a9..9b945bcaf 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,11 @@ versionWithGit Versioning.settings +// necessary since sbt 0.13.12 for some dark and mysterious reason +// perhaps related to sbt/sbt#2634. details, to the extent they +// are known/understood, at scala/scala-dist#171 +scalaVersion := version.value + s3Settings host in upload := "downloads.typesafe.com.s3.amazonaws.com"