Skip to content

Instantly share code, notes, and snippets.

@KadekM
Last active March 1, 2021 17:27
Show Gist options
  • Save KadekM/ca9c20a8b22c30b21f8660edeb2f3e24 to your computer and use it in GitHub Desktop.
Save KadekM/ca9c20a8b22c30b21f8660edeb2f3e24 to your computer and use it in GitHub Desktop.
Markdium-
scalacOptions += "-Ymacro-annotations"
val kantanVersion = "0.6.1"
libraryDependencies ++= Seq(
"com.nrinaudo" %% "kantan.csv-generic" % kantanVersion,
"com.nrinaudo" %% "kantan.csv" % kantanVersion,
)
val circeVersion = "0.12.3"
libraryDependencies ++= Seq(
"io.circe" %% "circe-core",
"io.circe" %% "circe-generic",
"io.circe" %% "circe-parser"
).map(_ % circeVersion)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment