Skip to content

Commit 72b172c

Browse files
committed
[build] Update sbt-ci-release to 1.12.0
Add sbt-git as an explicit dependency, since we use it but it is no longer a transitive dependency through sbt-ci-release
1 parent bd7805b commit 72b172c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project/plugins.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.4.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
33
addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.4.1")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
56
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
67
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")
78
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.12")

0 commit comments

Comments
 (0)