Skip to content

Commit 9211070

Browse files
committed
Roll back to older sbt-native-packager
0.8.0 broke the build: https://scala-webapps.epfl.ch/jenkins/job/scala-release-2.11.x-unix/175/console
1 parent 61693e1 commit 9211070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.8.0-RC2")
1+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.6")
22

33
addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")
44

0 commit comments

Comments
 (0)