Skip to content

Commit

Permalink
#191 Fix index creation with ES6
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed May 20, 2019
1 parent 0d68069 commit caccab7
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 @@ -18,7 +18,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.11.0"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.11.1"
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
}

0 comments on commit caccab7

Please sign in to comment.