Skip to content

Commit b4af577

Browse files
committed
upgrade sbt plugins
1 parent ed4a486 commit b4af577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
66

77
//addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
88

9-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
9+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010

1111
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
1212

13-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
13+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
1414

1515
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")

0 commit comments

Comments
 (0)