Skip to content

Commit 71aba62

Browse files
committed
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
1 parent 8b824c1 commit 71aba62

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,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)