Skip to content

Commit cd1c9a7

Browse files
committed
Downgrade Guice
1 parent e4c9c6c commit cd1c9a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ lazy val root = project
99
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % "test",
1010
libraryDependencies += "org.scalatestplus" %% "mockito-5-8" % "3.2.17.0" % "test",
1111
libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "3.0.0",
12-
libraryDependencies += "net.codingwell" %% "scala-guice" % "7.0.0",
12+
libraryDependencies += "com.google.inject" % "guice" % "6.0.0",
13+
libraryDependencies += "net.codingwell" %% "scala-guice" % "6.0.0",
1314
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
1415
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.3"
1516
)

0 commit comments

Comments
 (0)