From cb3d4b2dabe11ac1f33320d47f70dd9ef9f25a19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 00:49:33 +0000 Subject: [PATCH 1/3] sbt-mima-plugin 1.1.4 (was 1.1.3) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dac5bb29..de5f4be3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse( addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") From 043e9aba67f26f563dc95944a6151be113bfa0dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 00:49:41 +0000 Subject: [PATCH 2/3] play-docs-sbt-plugin 3.0.5 (was 3.0.4) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index de5f4be3..7494de7b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5")) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") From 4b40973c516553a0baa4205376f17ee0dfbd44ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 00:49:44 +0000 Subject: [PATCH 3/3] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index fed9dd48..0ca221d0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = Scala213Source3 align.preset = true