Skip to content

Commit

Permalink
Update sbt-native-packager to 1.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 24, 2023
1 parent b3ccb54 commit e81d12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ lazy val `sbt-bakery-docker-generate`: Project = project.in(file("docker/sbt-bak
IO.write(file, sourceFile)
Seq(file)
}.taskValue,
addSbtPlugin(("com.github.sbt" % "sbt-native-packager" % "1.9.9") cross CrossVersion.constant(scala212)),
addSbtPlugin(("com.github.sbt" % "sbt-native-packager" % "1.9.16") cross CrossVersion.constant(scala212)),
addSbtPlugin(("org.vaslabs.kube" % "sbt-kubeyml" % "0.4.0") cross CrossVersion.constant(scala212))
)
.enablePlugins(SbtPlugin)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")

Expand Down

0 comments on commit e81d12b

Please sign in to comment.