Skip to content

Commit

Permalink
Merge branch 'master' into autoTopologyRecovery
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Sep 3, 2024
2 parents 8ea83f7 + d41a64b commit c611b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit c611b6a

Please sign in to comment.