Skip to content

Commit 587d3ba

Browse files
Update circe-yaml to 0.10.1
1 parent 574c739 commit 587d3ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ libraryDependencies ++= Seq(
3535
"com.github.scopt" %% "scopt" % "3.7.0",
3636
"com.sun.mail" % "javax.mail" % "1.6.2",
3737
"com.lihaoyi" %% "scalatags" % "0.6.7",
38-
"io.circe" %% "circe-yaml" % "0.9.0",
38+
"io.circe" %% "circe-yaml" % "0.10.1",
3939
"io.circe" %% "circe-core" % circeVersion,
4040
"io.circe" %% "circe-generic" % circeVersion,
4141
"io.circe" %% "circe-parser" % circeVersion,
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43-
4443
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
4544
"junit" % "junit" % "4.12" % Test,
4645
"com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")

0 commit comments

Comments
 (0)