Skip to content

Commit

Permalink
Bump elastic4s 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed May 10, 2024
1 parent 832e6b1 commit 28f7b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
object V {
val catsEffect = "3.5.4"
val ciris = "3.5.0"
val elastic4s = "8.11.5"
val elastic4s = "8.12.0"
val fs2 = "3.10.2"
val http4s = "0.23.27"
val iron = "2.5.0"
Expand Down Expand Up @@ -37,8 +37,8 @@ object Dependencies {

val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.2.7"

val elastic4sJavaClient = "com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % V.elastic4s
val elastic4sCatsEffect = "com.sksamuel.elastic4s" %% "elastic4s-effect-cats" % V.elastic4s
val elastic4sJavaClient = "nl.gn0s1s" %% "elastic4s-client-esjava" % V.elastic4s
val elastic4sCatsEffect = "nl.gn0s1s" %% "elastic4s-effect-cats" % V.elastic4s

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

0 comments on commit 28f7b28

Please sign in to comment.