From f33594172e7eb9f0364e105d74f36717a83a34c0 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 14 Jul 2015 12:00:09 +0200 Subject: [PATCH] upgrade vendors --- modules/chess | 2 +- project/Dependencies.scala | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/chess b/modules/chess index b2fc05d87f..95e4e3afbf 160000 --- a/modules/chess +++ b/modules/chess @@ -1 +1 @@ -Subproject commit b2fc05d87fc72d36321ab728ed3a4bced44678f9 +Subproject commit 95e4e3afbfafc51d18bd75e44b02bd6d224c1ea2 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6f5498e2d3..99aedf939b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -25,7 +25,7 @@ object Dependencies { t2v, jgitMaven, sprayRepo) } - val scalaz = "org.scalaz" %% "scalaz-core" % "7.1.2" + val scalaz = "org.scalaz" %% "scalaz-core" % "7.1.3" val scalalib = "com.github.ornicar" %% "scalalib" % "5.3" val config = "com.typesafe" % "config" % "1.3.0" val apache = "org.apache.commons" % "commons-lang3" % "3.4" @@ -33,12 +33,12 @@ object Dependencies { val findbugs = "com.google.code.findbugs" % "jsr305" % "2.0.3" val hasher = "com.roundeights" %% "hasher" % "1.0.0" val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "3.2.0.201312181205-r" - val jodaTime = "joda-time" % "joda-time" % "2.7" - val elastic4s = "com.sksamuel.elastic4s" %% "elastic4s-core" % "1.6.2" + val jodaTime = "joda-time" % "joda-time" % "2.8.1" + val elastic4s = "com.sksamuel.elastic4s" %% "elastic4s-core" % "1.6.4" val RM = "org.reactivemongo" %% "reactivemongo" % "0.11.2" val PRM = "org.reactivemongo" %% "play2-reactivemongo" % "0.11.2.play23" val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.2.3-THIB" - val prismic = "io.prismic" %% "scala-kit" % "1.3.3" + val prismic = "io.prismic" %% "scala-kit" % "1.3.4" object play { val version = "2.3.9"