Skip to content

Commit

Permalink
Update plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 10, 2024
1 parent fd7345a commit e32ff44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

resolvers += Resolver.ApacheMavenStagingRepo

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
Expand All @@ -28,7 +30,6 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").excludeAll(
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
// Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
resolvers += Resolver.ApacheMavenStagingRepo
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
// templating
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
Expand Down

0 comments on commit e32ff44

Please sign in to comment.