From 765255cf386aad860e53d4be5b536c7b2ca7decb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:46:26 +0100 Subject: [PATCH 01/10] Update sbt-release to 1.4.0 (#487) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 05e2f9e..d7c9795 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") From 2be8574d8976d67b5d5460d8ef67b893f497d84c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:25:51 +0100 Subject: [PATCH 02/10] Update scalatest-shouldmatchers, ... to 3.2.18 (#489) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8267791..3f952f3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { val Scala212 = "2.12.18" val Kafka = "3.6.1" val Slf4j = "1.7.36" - val ScalaTest = "3.2.17" + val ScalaTest = "3.2.18" } object Common { From ad6f662b01c9330f71f640c848a58c1289cc1fd2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:44:19 +0100 Subject: [PATCH 03/10] Update sbt-scoverage to 2.0.10 (#490) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d7c9795..0cba283 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") From 9e582498af3f034837dc24a68aaea2064c44a9e9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:27:52 +0100 Subject: [PATCH 04/10] Update scalafmt-core to 3.8.0 (#491) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 319ba8c..d5bb4a6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 preset = defaultWithAlign docstrings.blankFirstLine = yes newlines.implicitParamListModifierPrefer = before From ee1547e4ac0ecc7d7a3a785c8d3bb916b2bb79cb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:20:32 +0100 Subject: [PATCH 05/10] Update sbt to 1.9.9 (#492) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 From c66a7a8a59fc7b8b607204c1d0ccd4ebd4deb522 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:32:14 +0100 Subject: [PATCH 06/10] Update sbt-scoverage to 2.0.11 (#493) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0cba283..9365294 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") From baa857d36de4b8b8163146c15cdacddffdd25674 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:49:23 +0100 Subject: [PATCH 07/10] Update scala-library to 2.12.19 (#495) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3f952f3..4056d8e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { object Versions { val Scala3 = "3.3.1" val Scala213 = "2.13.12" - val Scala212 = "2.12.18" + val Scala212 = "2.12.19" val Kafka = "3.6.1" val Slf4j = "1.7.36" val ScalaTest = "3.2.18" From 37ed05588c2d5ae594c2dd1476e36c3a53f6711b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:46:30 +0100 Subject: [PATCH 08/10] Update scala-library to 2.13.13 (#496) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4056d8e..4716ada 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { object Versions { val Scala3 = "3.3.1" - val Scala213 = "2.13.12" + val Scala213 = "2.13.13" val Scala212 = "2.12.19" val Kafka = "3.6.1" val Slf4j = "1.7.36" From 8e72e9c4734213aec58ff3dfc1403876c3e74e47 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:22:39 +0100 Subject: [PATCH 09/10] Update scala3-library to 3.3.3 (#497) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4716ada..5afb3eb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { object Versions { - val Scala3 = "3.3.1" + val Scala3 = "3.3.3" val Scala213 = "2.13.13" val Scala212 = "2.12.19" val Kafka = "3.6.1" From 982b2961f9a28a86159b485f2402f1e40e78ead3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:39:54 +0100 Subject: [PATCH 10/10] Update connect-runtime, kafka, ... to 3.7.0 (#494) Co-authored-by: Francesco Pellegrini Co-authored-by: Jules Ivanic --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5afb3eb..7020559 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val Scala3 = "3.3.3" val Scala213 = "2.13.13" val Scala212 = "2.12.19" - val Kafka = "3.6.1" + val Kafka = "3.7.0" val Slf4j = "1.7.36" val ScalaTest = "3.2.18" }