From 935d73e1e0c0d908c0338edf0d9ef5339ae178ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 21:51:20 +0000 Subject: [PATCH] scala-guice 7.0.0 (was 6.0.0) --- play-scala-rest-api-example/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-scala-rest-api-example/build.sbt b/play-scala-rest-api-example/build.sbt index 20fa5344b..ebc2db215 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -15,7 +15,7 @@ lazy val root = (project in file(".")) "org.joda" % "joda-convert" % "2.2.3", "net.logstash.logback" % "logstash-logback-encoder" % "7.3", "io.lemonlabs" %% "scala-uri" % "4.0.3", - "net.codingwell" %% "scala-guice" % "6.0.0", + "net.codingwell" %% "scala-guice" % "7.0.0", "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test ), scalacOptions ++= Seq(