Last active
April 4, 2022 06:43
-
-
Save supermanue/60712e93d576a89236359dbe71b32adb to your computer and use it in GitHub Desktop.
SBT extract
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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