Skip to content

Commit

Permalink
Merge pull request #94 from scala-steward/update/sbt-ci-release-1.6.0
Browse files Browse the repository at this point in the history
Update sbt-ci-release to 1.6.0
  • Loading branch information
mkurz authored Aug 16, 2024
2 parents dddaecc + 06d279d commit cee1c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2").exclude(
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8")
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").exclude("com.lightbend.paradox", "sbt-paradox"))
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")

Expand Down

0 comments on commit cee1c72

Please sign in to comment.