Skip to content

Commit e9354d0

Browse files
github-actions[bot]jigarkhwarclaude
authored
Update sbt-ci-release to 1.12.0 (#74)
* Update sbt-ci-release to 1.12.0 * fix: pin sbt-git explicitly sbt-ci-release 1.12.0 no longer pulls in sbt-git (sbt/sbt-ci-release#471), but publish.sbt imports com.github.sbt.git.SbtGit. Declare sbt-git 2.1.0 directly to keep the build loading. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: John Axe <jigarkhwar88@gmail.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 74c87d5 commit e9354d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

project/plugins.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ resolvers ++= Seq(
22
"Confluent" at "https://packages.confluent.io/maven/",
33
)
44

5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
6+
// sbt-ci-release 1.12.0 dropped its sbt-git dependency (sbt/sbt-ci-release#471); publish.sbt needs it
7+
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
68
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")

0 commit comments

Comments
 (0)