Skip to content

Commit

Permalink
Use previous version of elastic4s client
Browse files Browse the repository at this point in the history
  • Loading branch information
kpudlik committed Jun 18, 2024
1 parent 5e3be9a commit ff5afff
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 @@ -9,7 +9,7 @@ object Dependencies {
val circe = "0.14.3"
val config = "1.4.2"
val derevo = "0.13.0"
val elastic4s = "8.13.0"
val elastic4s = "8.5.4"
val fs2 = "3.4.0"
val guava = "31.1-jre"
val http4s = "0.23.16"
Expand All @@ -33,7 +33,7 @@ object Dependencies {
def derevo(artifact: String): ModuleID = "tf.tofu" %% s"derevo-$artifact" % V.derevo

def elastic(artifact: String): ModuleID =
("nl.gn0s1s" %% s"elastic4s-$artifact" % V.elastic4s).cross(CrossVersion.for3Use2_13)
("com.sksamuel.elastic4s" %% s"elastic4s-$artifact" % V.elastic4s).cross(CrossVersion.for3Use2_13)

def fs2(artifact: String): ModuleID = "co.fs2" %% s"fs2-$artifact" % V.fs2

Expand Down

0 comments on commit ff5afff

Please sign in to comment.