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 616017b + 3b73d84 commit 9ac6620Copy full SHA for 9ac6620
build.sbt
@@ -34,7 +34,7 @@ libraryDependencies ++= Seq(
34
"com.typesafe.scala-logging" %% "scala-logging" % "3.8.0",
35
"com.github.scopt" %% "scopt" % "3.7.1",
36
"com.sun.mail" % "javax.mail" % "1.6.2",
37
- "com.lihaoyi" %% "scalatags" % "0.6.7",
+ "com.lihaoyi" %% "scalatags" % "0.6.8",
38
"io.circe" %% "circe-yaml" % "0.10.1",
39
"io.circe" %% "circe-core" % circeVersion,
40
"io.circe" %% "circe-generic" % circeVersion,
0 commit comments