Skip to content

Commit

Permalink
Update sbt-native-packager to 1.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 12, 2019
1 parent e8163c2 commit f47dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")

addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.1")
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.3.1")
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.3.25")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
addSbtPlugin("io.gatling" % "gatling-sbt" % "2.2.2")

0 comments on commit f47dcd4

Please sign in to comment.