From 45e0a4b6d4e8ab4c0799dc04cf3e28c2ffe2d33e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 16:28:23 +0000 Subject: [PATCH 1/2] sbt-plugin 3.0.5 (was 3.0.4) --- build.sbt | 2 +- test-project/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 23a5571..713da5e 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies += "ws.unfiltered" %% "unfiltered-netty-websockets" % "0.12. licenses += "MIT" -> url("http://opensource.org/licenses/MIT") -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4" % Provided) +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5" % Provided) // Customise sbt-dynver's behaviour to make it work with tags which are/aren't v-prefixed ThisBuild / dynverVTagPrefix := true diff --git a/test-project/project/plugins.sbt b/test-project/project/plugins.sbt index 7289c02..4d4f3d8 100644 --- a/test-project/project/plugins.sbt +++ b/test-project/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") lazy val playAutoRefreshPlugin = RootProject(file("..").getAbsoluteFile.toURI) From 5a47c2b2c678f87e05a87fe2ce1f97ec9a3fdf33 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 16:28:23 +0000 Subject: [PATCH 2/2] sbt 1.10.1 (was 1.10.0) --- project/build.properties | 2 +- test-project/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/test-project/project/build.properties b/test-project/project/build.properties index 081fdbb..ee4c672 100644 --- a/test-project/project/build.properties +++ b/test-project/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1