Skip to content

Commit d40dd6f

Browse files
committed
Merge pull request #156 from SethTisue/sbt-native-packager-1.0.6
upgrade to sbt-native-packager 1.0.6 and sbt 0.13.9
2 parents 8b824c1 + 9950fbc commit d40dd6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The specification also used to be in this repo -- it is now a part of the main r
3434
- install Windows 7 professional N 64-bit, ensure network access to GitHub
3535
- install Oracle Java 6 JDK
3636
- install WiX v3.6 (reboot!)
37-
- download sbt launcher 0.13.1 from xsbt.org to `c:\users\jenkins\Downloads`
37+
- download sbt launcher from xsbt.org to `c:\users\jenkins\Downloads`
3838
- install Git
3939
- configure the Jenkins master's tool locations for
4040
- HOME

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.7
1+
sbt.version=0.13.9

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint")
22

3-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.4")
3+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")
44

55
addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")
66

0 commit comments

Comments
 (0)