Skip to content

Commit

Permalink
Merge pull request #256 from lichess-org/use-mong4cats-version
Browse files Browse the repository at this point in the history
Use V.mong4cats in Dependencies
  • Loading branch information
lenguyenthanh committed Jul 2, 2024
2 parents e1aecbb + a1109b9 commit 87f5092
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ object Dependencies {
object V {
val catsEffect = "3.5.4"
val ciris = "3.6.0"
val elastic4s = "8.13.1"
val decline = "2.4.1"
val elastic4s = "8.13.1"
val fs2 = "3.10.2"
val http4s = "0.23.27"
val iron = "2.5.0"
val mongo4cats = "0.7.7"
}

def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s
Expand Down Expand Up @@ -44,8 +45,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.7"
val mongo4catsCirce = "io.github.kirill5k" %% "mongo4cats-circe" % "0.7.7"
val mongo4catsCore = "io.github.kirill5k" %% "mongo4cats-core" % V.mongo4cats
val mongo4catsCirce = "io.github.kirill5k" %% "mongo4cats-circe" % V.mongo4cats

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 87f5092

Please sign in to comment.