Skip to content

Commit d72f08f

Browse files
build(deps): Update sbt-native-packager from 1.8.1 to 1.9.11
1 parent 5b4a2ad commit d72f08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val `bloop-build` = project
2626
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1+4-9d76569a"),
2727
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0"),
2828
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1"),
29-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1"),
29+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11"),
3030
// We need to add libdeps for the maven integration plugin to work
3131
libraryDependencies ++= List(
3232
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r",

0 commit comments

Comments
 (0)