We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a2ad commit d72f08fCopy full SHA for d72f08f
project/build.sbt
@@ -26,7 +26,7 @@ val `bloop-build` = project
26
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1+4-9d76569a"),
27
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0"),
28
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1"),
29
- addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1"),
+ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11"),
30
// We need to add libdeps for the maven integration plugin to work
31
libraryDependencies ++= List(
32
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r",
0 commit comments