Skip to content

Commit c370ba9

Browse files
committed
chore(deps): update sbt to 1.8.0 and sbt-native-packager to 1.9.11
This needed to be done after the work on moving to sbt-ci-release due to scala-xml conflicts. Supercedes #1925 Supercedes #1899
1 parent 0c7ec26 commit c370ba9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ lazy val frontend: Project = project
171171
scalafixSettings,
172172
testSettings,
173173
testSuiteSettings,
174+
releaseSettings,
174175
Defaults.itSettings,
175176
BuildDefaults.frontendTestBuildSettings,
176177
inConfig(Compile)(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.2
1+
sbt.version=1.8.0

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val `bloop-build` = project
1616
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11"),
1717
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6"),
1818
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1"),
19-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1"),
19+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11"),
2020
libraryDependencies ++= List(
2121
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
2222
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.1.202206130422-r",

0 commit comments

Comments
 (0)