Skip to content

Commit 22bc51b

Browse files
scala-stewardalexarchambault
authored andcommitted
Update joda-time to 2.10.1 (#53)
1 parent da071c1 commit 22bc51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Deps {
99

1010
def almondScalaApi = "sh.almond" % "scala-kernel-api" % "0.2.1" cross CrossVersion.full
1111
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M8")
12-
def jodaTime = "joda-time" % "joda-time" % "2.9.9"
12+
def jodaTime = "joda-time" % "joda-time" % "2.10.1"
1313
def rhino = "org.mozilla" % "rhino" % "1.7.10"
1414
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
1515
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")

0 commit comments

Comments
 (0)