Skip to content

Commit ecc7ce0

Browse files
authored
Merge pull request #841 from yadavan88/guice-version-correction
Used default guice version from play module
2 parents 7c5f8f7 + cc0aa18 commit ecc7ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-scala/application-tests/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enablePlugins(PlayScala)
77

88
scalaVersion := ScalaVersions.scala2Version
99

10-
libraryDependencies += "com.google.inject" % "guice" % "6.0.0"
10+
libraryDependencies += guice
1111
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
1212
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.27"
1313
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.1.0"

0 commit comments

Comments
 (0)