From 609dc8c9dc5a9962c5ef47edac5bf6abacbafc3c Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:02:06 +0000 Subject: [PATCH 1/5] Update sbt-avrohugger to 2.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0e7d17e9..ccfce259 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ val typelevelV = "0.7.7" -addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.11.3") +addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.12.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3") From 947b7467ce2cdcb5f190880514390df8403e80a2 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:02:24 +0000 Subject: [PATCH 2/5] Update mdoc, sbt-mdoc to 2.6.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0e7d17e9..71ba58ac 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ val typelevelV = "0.7.7" addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.11.3") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.typelevel" % "sbt-typelevel" % typelevelV) From 0447db6033ed5dea3823cce0ee6d956388142013 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:02:34 +0000 Subject: [PATCH 3/5] Update scalafmt-core to 3.9.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e20cb3c6..57419711 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.6 +version = 3.9.0 runner.dialect = scala213source3 align.preset = none danglingParentheses.preset = true From bdc1aaf32e7f7bff89b2213b5d96c7a86556915b Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:02:48 +0000 Subject: [PATCH 4/5] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2d1a847..70fb2644 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val V = new { val avro4s = "3.1.0" val betterMonadicFor = "0.3.1" val cats = "2.13.0" - val catsEffect = "3.4.11" + val catsEffect = "3.5.7" val commonsCompress = "1.27.1" val confluent = "7.8.1" val curator = "5.2.1" From b3cafc44537a5dd872b22eff22cf5abbf3d71414 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 00:04:36 +0000 Subject: [PATCH 5/5] Update kafka-avro-serializer to 7.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 70fb2644..c416ba99 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val V = new { val cats = "2.13.0" val catsEffect = "3.5.7" val commonsCompress = "1.27.1" - val confluent = "7.8.1" + val confluent = "7.9.0" val curator = "5.2.1" val disciplineMunit = "2.0.0" val epimetheus = "0.5.0"