From 83fe9f09456d2fa2bf11790f58d17fe1a187a808 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Mon, 12 Jan 2015 10:43:30 +0900 Subject: [PATCH] joda-time 2.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b5f30e1..15829f3 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ testOptions += Tests.Argument(TestFrameworks.Specs2, "console", "junitxml") libraryDependencies ++= Seq( "junit" % "junit" % "4.7" % "test", "org.scalacheck" %% "scalacheck" % "1.11.6" % "test", - "joda-time" % "joda-time" % "2.6", + "joda-time" % "joda-time" % "2.7", "org.joda" % "joda-convert" % "1.2" )