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 1cad2a1 commit eca8be6Copy full SHA for eca8be6
project/Deps.scala
@@ -8,7 +8,7 @@ object Deps {
8
import Def.setting
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-M10")
+ def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M11")
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