Skip to content

Commit 0bb92b6

Browse files
scala-stewardalexarchambault
authored andcommitted
Update joda-time to 2.10.2 (#79)
1 parent 52f36e3 commit 0bb92b6

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.4.0" cross CrossVersion.full
1111
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M11")
12-
def jodaTime = "joda-time" % "joda-time" % "2.10.1"
12+
def jodaTime = "joda-time" % "joda-time" % "2.10.2"
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)