Skip to content

Commit

Permalink
build: Bump plugins to only download from maven central (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Jan 30, 2024
1 parent ead25b6 commit 2630586
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 @@ -10,8 +10,8 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

//// docs
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.4")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.53")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.54")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.3")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0")

Expand Down

0 comments on commit 2630586

Please sign in to comment.