Skip to content

Commit

Permalink
Update to latest version of the scala packager
Browse files Browse the repository at this point in the history
It includes a fix for this bug:
sbt/sbt-native-packager#1111
  • Loading branch information
Jochen Schneider committed May 25, 2018
1 parent c1fb488 commit 7fb2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.4")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")

Expand Down

0 comments on commit 7fb2a0f

Please sign in to comment.