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 22bc51b commit 7b1d095Copy full SHA for 7b1d095
project/Deps.scala
@@ -8,7 +8,7 @@ object Deps {
8
import Def.setting
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")
+ def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M9")
12
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")
0 commit comments