Skip to content

Instantly share code, notes, and snippets.

@KadekM
Created March 17, 2021 15:07
Show Gist options
  • Save KadekM/6e4a487fcade676fc047ac6ccd9afb44 to your computer and use it in GitHub Desktop.
Save KadekM/6e4a487fcade676fc047ac6ccd9afb44 to your computer and use it in GitHub Desktop.
val circeV = "0.13.0"
val circeDeps = Seq(
"io.circe" %% "circe-core" % circeV,
"io.circe" %% "circe-parser" % circeV,
"io.circe" %% "circe-generic" % circeV
)
libraryDependencies ++= circeDeps
scalacOptions += "-Ymacro-annotations"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment