Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
build: Bump plugins to only download from maven central (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Feb 13, 2024
1 parent 23fe74d commit 174f952
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/giter8.sbt
@@ -1 +1 @@
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.13.1")
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
2 changes: 1 addition & 1 deletion project/paradox.sbt
@@ -1 +1 @@
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
2 changes: 1 addition & 1 deletion src/main/g8/project/build.properties
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion src/main/g8/project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

0 comments on commit 174f952

Please sign in to comment.