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 e6fcf82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ val commonSettings = Seq(
excludeDependencies ++= Seq(
"org.typelevel" % "cats-core_2.13",
"org.typelevel" % "cats-kernel_2.13",
"com.sksamuel.elastic4s" % "elastic4s-core_2.13",
"com.sksamuel.elastic4s" % "elastic4s-domain_2.13",
"com.sksamuel.elastic4s" % "elastic4s-http_2.13",
"nl.gn0s1s" % "elastic4s-core_2.13",
"nl.gn0s1s" % "elastic4s-domain_2.13",
"nl.gn0s1s" % "elastic4s-http_2.13",
"com.fasterxml.jackson.module" % "jackson-module-scala_2.13",
"org.scala-lang.modules" % "scala-collection-compat_2.13",
"com.disneystreaming.smithy4s" % "smithy4s-core_2.13"
Expand Down Expand Up @@ -68,7 +68,7 @@ lazy val play = project
lazy val api = (project in file("modules/api"))
.enablePlugins(Smithy4sCodegenPlugin)
.settings(
name := "lila-search-api",
name := "lila-search-api",
commonSettings,
smithy4sWildcardArgument := "?",
libraryDependencies ++= Seq(
Expand Down
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 e6fcf82

Please sign in to comment.