From 6530ec88d5569018b48ec1c95bc27a03d5da2477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 30 Jan 2024 13:58:50 +0100 Subject: [PATCH] build: Bump plugins to only download from maven central --- project/build.properties | 2 +- project/giter8.sbt | 2 +- project/paradox.sbt | 2 +- src/main/g8/project/build.properties | 2 +- src/main/g8/project/plugins.sbt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project/build.properties b/project/build.properties index 2743082..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.8 diff --git a/project/giter8.sbt b/project/giter8.sbt index de6fe80..b9c4fe6 100644 --- a/project/giter8.sbt +++ b/project/giter8.sbt @@ -1 +1 @@ -addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.13.1") +addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") diff --git a/project/paradox.sbt b/project/paradox.sbt index f3ea420..d90a816 100644 --- a/project/paradox.sbt +++ b/project/paradox.sbt @@ -1 +1 @@ -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index 2743082..abbbce5 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.8 diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index d4312f7..59cd318 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") +addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")