Skip to content

Commit 2518a39

Browse files
committed
Fix to Vegas dependency; updated vegas version
1 parent 31bc22e commit 2518a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object Dependencies {
105105
"org.jzy3d" % "jzy3d-api" % "0.9.1" % "compile",
106106
"com.quantifind" % "wisp_2.11" % "0.0.4" % "compile",
107107
"co.theasi" % "plotly_2.11" % "0.1",
108-
"org.vegas-viz" % "vegas_2.11" % "0.3.6"
108+
("org.vegas-viz" % "vegas_2.11" % "0.3.11").exclude("io.circe", "circe-parser")
109109
)
110110

111111
val replDependency = Seq(

0 commit comments

Comments
 (0)