diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5977339b..b976e54f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,18 +8,18 @@ object Dependencies { val avro4s = "5.0.9" val borer = "1.14.1" val catsCore = "2.12.0" - val catsEffect = "3.5.4" + val catsEffect = "3.5.7" val munitCatsEffect = "2.0.0" - val catsParse = "1.0.0" + val catsParse = "1.1.0" val catsScalaCheck = "0.3.2" - val ciris = "3.6.0" - val decline = "2.4.1" + val ciris = "3.7.0" + val decline = "2.5.0" val fs2 = "3.11.0" - val http4s = "0.23.28" + val http4s = "0.23.30" val http4sPrometheusMetrics = "0.24.6" val redis4Cats = "1.7.1" val sbtMdoc = "2.5.2" - val scala = "3.5.1" + val scala = "3.5.2" val scalacheckEffectMunit = "2.0.0-M2" val scodec = "2.2.2" val scodecBits = "1.2.1" diff --git a/project/build.properties b/project/build.properties index 3829f19f..0a832a2d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 \ No newline at end of file +sbt.version=1.10.7 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 8070b4e7..8c10ef23 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,16 +16,16 @@ * limitations under the License. */ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.8.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // sbt-git comes with quite old jgit version