Skip to content

Commit 6e32820

Browse files
Update sbt-native-packager to 1.10.0 (#128)
1 parent e343bcb commit 6e32820

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.4.17")
66

77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
9-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
9+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
1010
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
1111
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
1212
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")

0 commit comments

Comments
 (0)