diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2b143bde..26200320 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { object Version { val cats = "2.10.0" val catsEffect = "3.5.4" - val fs2 = "3.10.2" + val fs2 = "3.11.0" val circe = "0.14.9" val amqpClient = "5.21.0" val logback = "1.5.7" diff --git a/project/plugins.sbt b/project/plugins.sbt index cc14f879..6ea776a1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ resolvers += Classpaths.sbtPluginReleases resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/" -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")