From 2c6c9f1510e53167f3dbd6960b0fc5dd40dcbe76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 21:39:02 +0200 Subject: [PATCH 1/2] play 3.0.4 (was 3.0.3) --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bb3e22b..dac0209d 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.3")) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3")) +addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") From 1406471fd4f43391d05656d5ca35178eb149d08f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 21:39:02 +0200 Subject: [PATCH 2/2] scalafmt-core 3.8.2 (was 3.8.1) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2672126f..d6020b35 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf -version = 3.8.1 +version = 3.8.2 runner.dialect = scala213 align.preset = more assumeStandardLibraryStripMargin = true