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 574c739 commit 587d3baCopy full SHA for 587d3ba
build.sbt
@@ -35,12 +35,11 @@ libraryDependencies ++= Seq(
35
"com.github.scopt" %% "scopt" % "3.7.0",
36
"com.sun.mail" % "javax.mail" % "1.6.2",
37
"com.lihaoyi" %% "scalatags" % "0.6.7",
38
- "io.circe" %% "circe-yaml" % "0.9.0",
+ "io.circe" %% "circe-yaml" % "0.10.1",
39
"io.circe" %% "circe-core" % circeVersion,
40
"io.circe" %% "circe-generic" % circeVersion,
41
"io.circe" %% "circe-parser" % circeVersion,
42
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43
-
44
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
45
"junit" % "junit" % "4.12" % Test,
46
"com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")
0 commit comments