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 52f36e3 commit 0bb92b6Copy full SHA for 0bb92b6
project/Deps.scala
@@ -9,7 +9,7 @@ object Deps {
9
10
def almondScalaApi = "sh.almond" % "scala-kernel-api" % "0.4.0" cross CrossVersion.full
11
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M11")
12
- def jodaTime = "joda-time" % "joda-time" % "2.10.1"
+ def jodaTime = "joda-time" % "joda-time" % "2.10.2"
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