Skip to content

Commit 8e2e498

Browse files
committed
Pull in new Guice version for Java 17 support
1 parent 34f384b commit 8e2e498

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ lazy val docs = project
371371
libraryDependencies ++= Seq(
372372
"com.typesafe.play" %% "play-jdbc" % playVer.value % Test,
373373
"com.typesafe.play" %% "play-specs2" % playVer.value % Test,
374-
"com.h2database" % "h2" % "1.4.199"
374+
"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"
375376
)
376377
)
377378
.dependsOn(`anorm-core`)

0 commit comments

Comments
 (0)