We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a097ffd commit 5496175Copy full SHA for 5496175
build.sbt
@@ -23,6 +23,7 @@ lazy val root = (project in file("."))
23
"org.mapdb" % "mapdb" % "3.0.8",
24
"org.tpolecat" %% "doobie-core" % "0.9.0",
25
"org.tpolecat" %% "doobie-hikari" % "0.9.0",
26
+ "com.google.guava" % "guava" % "30.0-jre",
27
"com.disneystreaming" %% "weaver-framework" % "0.5.0" % "test",
28
"com.disneystreaming" %% "weaver-scalacheck" % "0.4.3" % "test",
29
"org.tpolecat" %% "doobie-h2" % "0.9.0" % "test"
0 commit comments