Skip to content

Commit 47f008e

Browse files
Update sbt-native-packager to 1.11.0 (#169)
1 parent a3c83c0 commit 47f008e

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
@@ -6,7 +6,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
66

77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
9-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
9+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
1010
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1212
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)