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 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8267791..7020559 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,12 +3,12 @@ import sbt._ object Dependencies { object Versions { - val Scala3 = "3.3.1" - val Scala213 = "2.13.12" - val Scala212 = "2.12.18" - val Kafka = "3.6.1" + val Scala3 = "3.3.3" + val Scala213 = "2.13.13" + val Scala212 = "2.12.19" + val Kafka = "3.7.0" val Slf4j = "1.7.36" - val ScalaTest = "3.2.17" + val ScalaTest = "3.2.18" } object Common { 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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 05e2f9e..9365294 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -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") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")