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.
2 parents e80f54c + 587d3ba commit ae98cb0Copy full SHA for ae98cb0
build.sbt
@@ -35,7 +35,7 @@ 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,
0 commit comments