Skip to content

Commit

Permalink
upgrade sbt plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 16, 2025
1 parent ed4a486 commit b4af577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")

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

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

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

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

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

0 comments on commit b4af577

Please sign in to comment.