Skip to content

Commit

Permalink
Merge branch 'master' into add-scalafmt-to-cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Oct 29, 2024
2 parents ac95392 + 99a4669 commit c9abec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ object Dependencies {

object Version {
val cats = "2.10.0"
val catsEffect = "3.5.4"
val catsEffect = "3.5.5"
val fs2 = "3.11.0"
val circe = "0.14.10"
val amqpClient = "5.22.0"
val logback = "1.5.11"
val logback = "1.5.12"
val monix = "3.3.0"
val zio = "1.0.18"
val zioCats = "3.2.9.1"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.3
sbt.version=1.10.4

0 comments on commit c9abec0

Please sign in to comment.