From d72f08f952ad1e30445ed7c2ac1acfd89a6f30f2 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 00:23:47 +0000 Subject: [PATCH 1/3] build(deps): Update sbt-native-packager from 1.8.1 to 1.9.11 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index e9c3e7cfeb..086e38040e 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -26,7 +26,7 @@ val `bloop-build` = project addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1+4-9d76569a"), addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0"), addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1"), - addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1"), + addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11"), // We need to add libdeps for the maven integration plugin to work libraryDependencies ++= List( "org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r", From 2dc3d843e1ed55638992bf1839bbabd325bfdb71 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:13:51 +0000 Subject: [PATCH 2/3] Revert commit(s) d72f08f95 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 086e38040e..e9c3e7cfeb 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -26,7 +26,7 @@ val `bloop-build` = project addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1+4-9d76569a"), addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0"), addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1"), - addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11"), + addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1"), // We need to add libdeps for the maven integration plugin to work libraryDependencies ++= List( "org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r", From 5175b4e8d768d58c0f4868b757a2b212953e0cc3 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:13:53 +0000 Subject: [PATCH 3/3] build(deps): Update sbt-native-packager from 1.8.1 to 1.9.11 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 8617ed2769..fd6d41c1a9 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -24,7 +24,7 @@ val `bloop-build` = project addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1+4-9d76569a"), addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6"), addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1"), - addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1"), + addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11"), libraryDependencies ++= List( "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r", "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.1.202206130422-r",