We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c9c6c commit cd1c9a7Copy full SHA for cd1c9a7
build.sbt
@@ -9,7 +9,8 @@ lazy val root = project
9
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % "test",
10
libraryDependencies += "org.scalatestplus" %% "mockito-5-8" % "3.2.17.0" % "test",
11
libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "3.0.0",
12
- libraryDependencies += "net.codingwell" %% "scala-guice" % "7.0.0",
+ libraryDependencies += "com.google.inject" % "guice" % "6.0.0",
13
+ libraryDependencies += "net.codingwell" %% "scala-guice" % "6.0.0",
14
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
15
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.3"
16
)
0 commit comments