Skip to content

Commit 8840637

Browse files
To-omPierreLM3
authored andcommitted
[DL-718] chore: Fix guice version conflict
1 parent cf60252 commit 8840637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616
val twirl = "com.typesafe.play" %% "twirl-api" % "1.6.8"
1717
}
1818

19-
val scalaGuice = "net.codingwell" %% "scala-guice" % "7.0.0"
19+
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
2020

2121
val reflections = "org.reflections" % "reflections" % "0.10.2"
2222
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.11.5"

0 commit comments

Comments
 (0)