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 da071c1 commit 22bc51bCopy full SHA for 22bc51b
project/Deps.scala
@@ -9,7 +9,7 @@ object Deps {
9
10
def almondScalaApi = "sh.almond" % "scala-kernel-api" % "0.2.1" cross CrossVersion.full
11
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M8")
12
- def jodaTime = "joda-time" % "joda-time" % "2.9.9"
+ def jodaTime = "joda-time" % "joda-time" % "2.10.1"
13
def rhino = "org.mozilla" % "rhino" % "1.7.10"
14
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
15
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
0 commit comments