Skip to content

Commit

Permalink
Update elastic4play, scala and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 20, 2018
1 parent 282baf6 commit b593475
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val scalaVersion = "2.12.6"
val scalaVersion = "2.12.7"

object Play {
val version = play.core.PlayVersion.current
Expand All @@ -17,6 +17,6 @@ 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.6.3"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.7.2"
}

2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
logLevel := Level.Info

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.16")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")

addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")

Expand Down

0 comments on commit b593475

Please sign in to comment.