Skip to content

Commit fe477fb

Browse files
authored
Merge pull request #289 from scala-steward/update/sbt-native-packager-1.9.6
Update sbt-native-packager to 1.9.6
2 parents 6327c58 + 4563725 commit fe477fb

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
@@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
22
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
33
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
44
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
5-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.5")
5+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.6")
66
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
77
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1")
88
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")

0 commit comments

Comments
 (0)