We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4091a3b commit 944f048Copy full SHA for 944f048
build.sbt
@@ -34,7 +34,7 @@ testOptions += Tests.Argument(TestFrameworks.Specs2, "console", "junitxml")
34
35
libraryDependencies ++= Seq(
36
"junit" % "junit" % "4.7" % "test",
37
- "joda-time" % "joda-time" % "2.4",
+ "joda-time" % "joda-time" % "2.5",
38
"org.joda" % "joda-convert" % "1.2"
39
)
40
0 commit comments