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 diff --git a/build.sbt b/build.sbt index ffca7e90..ef2efe43 100644 --- a/build.sbt +++ b/build.sbt @@ -25,9 +25,9 @@ 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 confluent = "7.9.0" val curator = "5.7.1" val disciplineMunit = "2.0.0" val epimetheus = "0.5.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index 0e7d17e9..347d58a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ 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") +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)