Skip to content

Commit

Permalink
guice 7.0.0 (was 6.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 20, 2023
1 parent 0e752fd commit d3b7c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-scala-isolated-slick-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val FlywayVersion = "9.21.1"

(ThisBuild / libraryDependencies) ++= Seq(
"javax.inject" % "javax.inject" % "1",
"com.google.inject" % "guice" % "6.0.0"
"com.google.inject" % "guice" % "7.0.0"
)

(ThisBuild / scalaVersion) := "2.13.12"
Expand Down

0 comments on commit d3b7c09

Please sign in to comment.