Skip to content

Commit 5918d86

Browse files
Update sbt-native-packager to 1.11.0 (#1088)
1 parent a0b8c8f commit 5918d86

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
@@ -4,7 +4,7 @@ resolvers += "Era7 maven releases" at "https://s3-eu-west-1.amazonaws.com/releas
44
val sbtSoftwaremillVersion = "2.0.21"
55
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwaremillVersion)
66
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwaremillVersion)
7-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
7+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
88
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
99
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
1010
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

0 commit comments

Comments
 (0)