Bump versions, includes a security update for HTTP client lilbrary.

This commit is contained in:
Šesták Vít
2016-03-02 14:09:46 +01:00
parent 228456c349
commit 4994a603b6
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ libraryDependencies += "com.typesafe.play" %% "play-mailer" % "3.0.1"
libraryDependencies += "com.google.caliper" % "caliper" % "1.0-beta-2"
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3.6" // evict the vulnerable version
routesImport += "binders.QueryBinders._"
// Uncomment to use Akka

View File

@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.4")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.6")
// web plugins