Skip to content

Commit

Permalink
Update sbt-native-packager to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 6, 2024
1 parent 4cf139b commit b386aee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test"

// Optional integration:
addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.10.0" % Provided)
addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.10.4" % Provided)
addSbtPlugin("io.crashbox" %% "sbt-gpg" % "0.2.1" % Provided)
addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "2.2.0" % Provided)
// addSbtPlugin("com.jsuereth" % "sbt-pgp" % sbtPgpVersion % Provided)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sys.props.get("plugin.version") match {
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sys.props.get("plugin.version") match {
}

// Included but not used, to catch problems with that combination:
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

// to easily test sbt-gpg integration manually
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")

0 comments on commit b386aee

Please sign in to comment.