Skip to content

Commit 5496175

Browse files
author
Merlin Rabens
committed
Revert "#2309 Removes unused dependency"
This reverts commit 6eb56d9.
1 parent a097ffd commit 5496175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ lazy val root = (project in file("."))
2323
"org.mapdb" % "mapdb" % "3.0.8",
2424
"org.tpolecat" %% "doobie-core" % "0.9.0",
2525
"org.tpolecat" %% "doobie-hikari" % "0.9.0",
26+
"com.google.guava" % "guava" % "30.0-jre",
2627
"com.disneystreaming" %% "weaver-framework" % "0.5.0" % "test",
2728
"com.disneystreaming" %% "weaver-scalacheck" % "0.4.3" % "test",
2829
"org.tpolecat" %% "doobie-h2" % "0.9.0" % "test"

0 commit comments

Comments
 (0)