Skip to content

Commit

Permalink
Update joda-time to 2.10.2 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and alexarchambault committed May 9, 2019
1 parent 52f36e3 commit 0bb92b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Deps {

def almondScalaApi = "sh.almond" % "scala-kernel-api" % "0.4.0" cross CrossVersion.full
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M11")
def jodaTime = "joda-time" % "joda-time" % "2.10.1"
def jodaTime = "joda-time" % "joda-time" % "2.10.2"
def rhino = "org.mozilla" % "rhino" % "1.7.10"
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
Expand Down

0 comments on commit 0bb92b6

Please sign in to comment.