From d8463f5b438dc2eb340159f647fa27fb6c2defb9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:42:38 +0100 Subject: [PATCH 1/4] Update postgresql to 42.7.5 (#1719) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec6156e3..bd7590c1 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val V = new { val logback = "1.5.16" val `log-effect` = "0.19.2" val ocisdk = "3.55.1" - val postgresql = "42.7.4" + val postgresql = "42.7.5" val scala213 = "2.13.15" val scala3 = "3.3.4" val `scala-collection-compat` = "2.12.0" From a437ccab55053a8f7400a9984f2bf115fb9deb28 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 19 Jan 2025 03:03:51 +0100 Subject: [PATCH 2/4] Update sbt-scalafmt to 2.5.4 (#1721) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 53502c47..a165fee4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.30") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") From d0f69cc6aaaabc35e88fdca3d36e92090330b9e3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 19 Jan 2025 08:06:14 +0100 Subject: [PATCH 3/4] Update scalafmt-core to 3.8.5 (#1722) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 022e6c04..f1fa3e53 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.8.3 +version=3.8.5 runner.dialect = scala213 From 0e1aacbd255c8ff585a8e6755087df8300349eed Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 19 Jan 2025 08:24:06 +0100 Subject: [PATCH 4/4] Update s3 to 2.29.52 (#1723) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bd7590c1..56fe6568 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val V = new { val avro4s_scala2 = "4.1.2" val avro4s_scala3 = "5.0.14" - val awssdk = "2.29.50" + val awssdk = "2.29.52" val `cats-effect` = "3.5.3" val circe = "0.14.10" val doobie = "1.0.0-RC5"