We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f384b commit 8e2e498Copy full SHA for 8e2e498
build.sbt
@@ -371,7 +371,8 @@ lazy val docs = project
371
libraryDependencies ++= Seq(
372
"com.typesafe.play" %% "play-jdbc" % playVer.value % Test,
373
"com.typesafe.play" %% "play-specs2" % playVer.value % Test,
374
- "com.h2database" % "h2" % "1.4.199"
+ "com.google.inject" % "guice" % "5.1.0" % Test, // TODO: Remove when depending on play-jdbc/-specs2 2.8.x+
375
+ "com.h2database" % "h2" % "1.4.199"
376
)
377
378
.dependsOn(`anorm-core`)
0 commit comments