From 84f5bdf802e60de0385b96e2375a4d6a31fc9b4b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Dec 2024 23:44:05 +0000 Subject: [PATCH 1/2] [6.0.x] play 3.0.6 (was 3.0.5) --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 50b9ba30..6312bb14 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ resolvers ++= Resolver.sonatypeOssRepos( "snapshots" ) // used by deploy nightlies, which publish here & use -Dplay.version -addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5")) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5")) +addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6")) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") From 9bcee03c3b0912358f52f7c322b686c752b79dc2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Dec 2024 23:44:07 +0000 Subject: [PATCH 2/2] [6.0.x] sbt 1.10.6 (was 1.10.4) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 09feeeed..e88a0d81 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 +sbt.version=1.10.6