From 1d545b8c3d87a3d684610e9594e36e718d690cdf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Sep 2023 00:15:22 +0200 Subject: [PATCH 1/3] sbt-assembly 2.1.3 (was 2.1.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d7fc7e07..4b7720f6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") addSbtPlugin("cchantep" % "sbt-scaladoc-compiler" % "0.2") From 1521157bca735d9fc77098a235997e9a36b665d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Sep 2023 00:15:24 +0200 Subject: [PATCH 2/3] h2 2.2.224 (was 2.2.222) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac7ecac4..8c35fe93 100644 --- a/build.sbt +++ b/build.sbt @@ -218,7 +218,7 @@ lazy val `anorm-core` = project "org.joda" % "joda-convert" % "2.2.3", "org.scala-lang.modules" %% "scala-parser-combinators" % parserCombinatorsVer.value, "org.scala-lang.modules" %% "scala-xml" % xmlVer.value % Test, - "com.h2database" % "h2" % "2.2.222" % Test, + "com.h2database" % "h2" % "2.2.224" % Test, acolyte ) ++ specs2Test, ) ++ armShading From d6ff0f82588cd5cac1531fac78d9817bc778ff3a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Sep 2023 00:15:25 +0200 Subject: [PATCH 3/3] scalafmt-core 3.5.9 (was 3.5.8) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 3f9b9b92..590c9560 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.5.8 +version = 3.5.9 runner.dialect = Scala213Source3 project.layout = StandardConvention