Skip to content

Instantly share code, notes, and snippets.

@dariathecracker
Last active June 4, 2020 12:08
Show Gist options
  • Save dariathecracker/502c9a18204ba63fc8187d7396cb5637 to your computer and use it in GitHub Desktop.
Save dariathecracker/502c9a18204ba63fc8187d7396cb5637 to your computer and use it in GitHub Desktop.
Dependency in SBT build
libraryDependencies ++= Seq(
"dev.zio" %% "zio-macros-core" % "0.5.0",
"dev.zio" %% "zio-macros-test" % "0.5.0"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment