From 71aba627e3eabdda4cad363fff6f621f741d9f7b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 12 Jan 2016 16:29:49 -0500 Subject: [PATCH 1/2] upgrade to sbt-native-packager 1.0.6 we recently upgraded to 1.0.4, but that caused a regression so the change never received full testing yet. the regression has bene fixed, so as long as we're going to do a new round of testing, let's test the latest latest --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 35421a3fa..ec8543a63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint") -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.4") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6") addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8") From 9950fbc2a22a09fcc8a1d00c48870454e754149e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 13 Jan 2016 17:12:42 -0500 Subject: [PATCH 2/2] upgrade to sbt 0.13.9 just on general dogfooding principle. delicious gravy! --- README.md | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e4f0394b..5f9812251 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The specification also used to be in this repo -- it is now a part of the main r - install Windows 7 professional N 64-bit, ensure network access to GitHub - install Oracle Java 6 JDK - install WiX v3.6 (reboot!) - - download sbt launcher 0.13.1 from xsbt.org to `c:\users\jenkins\Downloads` + - download sbt launcher from xsbt.org to `c:\users\jenkins\Downloads` - install Git - configure the Jenkins master's tool locations for - HOME diff --git a/project/build.properties b/project/build.properties index 748703f77..817bc38df 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.7 +sbt.version=0.13.9