Skip to content

Commit

Permalink
Pull in new Guice version for Java 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 29, 2022
1 parent 34f384b commit 8e2e498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ lazy val docs = project
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-jdbc" % playVer.value % Test,
"com.typesafe.play" %% "play-specs2" % playVer.value % Test,
"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+
"com.h2database" % "h2" % "1.4.199"
)
)
.dependsOn(`anorm-core`)
Expand Down

0 comments on commit 8e2e498

Please sign in to comment.