We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c5f8f7 + cc0aa18 commit ecc7ce0Copy full SHA for ecc7ce0
play-scala/application-tests/build.sbt
@@ -7,7 +7,7 @@ enablePlugins(PlayScala)
7
8
scalaVersion := ScalaVersions.scala2Version
9
10
-libraryDependencies += "com.google.inject" % "guice" % "6.0.0"
+libraryDependencies += guice
11
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
12
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.27"
13
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.1.0"
0 commit comments