Skip to content

Commit

Permalink
build: Bump plugins to only download from maven central (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Feb 13, 2024
1 parent 15c9bc3 commit 2907813
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/giter8.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.14.0")
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
2 changes: 1 addition & 1 deletion project/paradox.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// sbt-paradox, used for documentation
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
2 changes: 0 additions & 2 deletions src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
resolvers += "Akka library repository".at("https://repo.akka.io/maven")

addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "$akka_grpc_version$")

addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.5")

0 comments on commit 2907813

Please sign in to comment.