Skip to content

Commit 3202ad5

Browse files
jigarkhwarclaude
andcommitted
build: add sbt-git plugin (dropped by sbt-ci-release 1.12.0)
sbt-ci-release 1.12.0 removed its bundled sbt-git dependency (sbt/sbt-ci-release#471), so GitVersioning used in build.sbt no longer resolves and project load fails (CI: 'not found: value GitVersioning'). Restore sbt-git 2.1.0 explicitly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fe4f7b6 commit 3202ad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.18.4")
22
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
34
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
45
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")

0 commit comments

Comments
 (0)