Skip to content

Commit

Permalink
chore(deps): update sbt to 1.8.0 and sbt-native-packager to 1.9.11
Browse files Browse the repository at this point in the history
This needed to be done after the work on moving to sbt-ci-release due to
scala-xml conflicts.

Supercedes #1925
Supercedes #1899
  • Loading branch information
ckipp01 committed Dec 22, 2022
1 parent 0c7ec26 commit f14a60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.8.0
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val `bloop-build` = project
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11"),
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",
Expand Down

0 comments on commit f14a60e

Please sign in to comment.