Skip to content

Instantly share code, notes, and snippets.

@supermanue
Last active April 4, 2022 06:43
Show Gist options
  • Save supermanue/60712e93d576a89236359dbe71b32adb to your computer and use it in GitHub Desktop.
Save supermanue/60712e93d576a89236359dbe71b32adb to your computer and use it in GitHub Desktop.
SBT extract
val DoobieVersion = "0.12.1"
libraryDependencies ++= Seq(
"org.tpolecat" %% "doobie-core" % DoobieVersion,
"org.tpolecat" %% "doobie-h2" % DoobieVersion,
//needed for functional stuff
"dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC12"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment