Skip to content

Commit

Permalink
#666 Update elastic4play to unable wildcard search
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 7, 2019
1 parent 42e318a commit c7b23a5
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 @@ -20,7 +20,7 @@ object Dependencies {

val reflections = "org.reflections" % "reflections" % "0.9.11"
val zip4j = "net.lingala.zip4j" % "zip4j" % "1.3.2"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.8.0-1"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.9.0"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % "2.5.19"
val akkaClusterTools = "com.typesafe.akka" %% "akka-cluster-tools" % "2.5.19"
}
Expand Down

1 comment on commit c7b23a5

@zpriddy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this may have broke search by caseId for merging

Please sign in to comment.