Skip to content

Commit

Permalink
#1799 Update elastic4play for ES7.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 19, 2021
1 parent cff979e commit 69b5076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {

val reflections = "org.reflections" % "reflections" % "0.9.11"
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.6.0"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.0"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.1T"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
val akkaClusterTyped = "com.typesafe.akka" %% "akka-cluster-typed" % play.core.PlayVersion.akkaVersion
val akkaClusterTools = "com.typesafe.akka" %% "akka-cluster-tools" % play.core.PlayVersion.akkaVersion
Expand Down

0 comments on commit 69b5076

Please sign in to comment.