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 31bc22e commit 2518a39Copy full SHA for 2518a39
project/Dependencies.scala
@@ -105,7 +105,7 @@ object Dependencies {
105
"org.jzy3d" % "jzy3d-api" % "0.9.1" % "compile",
106
"com.quantifind" % "wisp_2.11" % "0.0.4" % "compile",
107
"co.theasi" % "plotly_2.11" % "0.1",
108
- "org.vegas-viz" % "vegas_2.11" % "0.3.6"
+ ("org.vegas-viz" % "vegas_2.11" % "0.3.11").exclude("io.circe", "circe-parser")
109
)
110
111
val replDependency = Seq(
0 commit comments