Skip to content

Commit e99f133

Browse files
jigarkhwarclaude
andcommitted
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>
1 parent 80b064f commit e99f133

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ resolvers ++= Seq(
33
)
44

55
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)