Skip to content

Commit

Permalink
Bump mongo4cats 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jun 24, 2024
1 parent 0bdefaf commit 8c0ec9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object Dependencies {
val elastic4sJavaClient = "nl.gn0s1s" %% "elastic4s-client-esjava" % V.elastic4s
val elastic4sCatsEffect = "nl.gn0s1s" %% "elastic4s-effect-cats" % V.elastic4s

val mongo4catsCore = "io.github.kirill5k" %% "mongo4cats-core" % "0.7.6"
val mongo4catsCirce = "io.github.kirill5k" %% "mongo4cats-circe" % "0.7.6"
val mongo4catsCore = "io.github.kirill5k" %% "mongo4cats-core" % "0.7.7"
val mongo4catsCirce = "io.github.kirill5k" %% "mongo4cats-circe" % "0.7.7"

val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
Expand Down

0 comments on commit 8c0ec9c

Please sign in to comment.