Skip to content

Commit 10c3490

Browse files
committed
upgrade ci-release plugin, remove likely unused gitCommitString
1 parent f66019b commit 10c3490

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ lazy val js2cpg = (project in file(".")).settings(
5959
Developer("max-leuthaeuser", "Max Leuthäuser", "[email protected]", url("https://github.com/max-leuthaeuser"))
6060
),
6161
publishMavenStyle := true,
62-
gitCommitString := git.gitHeadCommit.value.getOrElse("n/a"),
6362
buildInfoKeys := Seq[BuildInfoKey](version, gitCommitString),
6463
buildInfoPackage := "io.shiftleft.js2cpg.core"
6564
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
3-
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.27")
3+
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.1.7")
44
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

0 commit comments

Comments
 (0)