Skip to content

Commit

Permalink
Merge pull request #117 from scala-steward/update/sbt-native-packager…
Browse files Browse the repository at this point in the history
…-1.7.4

Update sbt-native-packager to 1.7.4
  • Loading branch information
vaslabs authored Jul 8, 2020
2 parents 1404c49 + 2269bb1 commit ff52b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5" % Test
)
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.4")

lazy val pluginSettings = Seq(
sbtPlugin := true
Expand Down

0 comments on commit ff52b4a

Please sign in to comment.