From e539911c5ae6cc0b3dee7a0be7c725ce06aa60f9 Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 01:22:05 +0000 Subject: [PATCH] Update guice to 4.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aaf59ab..78873a4 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val example = (project in file("example")) "com.h2database" % "h2" % "1.4.200", "ch.qos.logback" % "logback-classic" % "1.2.3", "org.scalatest" %% "scalatest" % "3.0.8" % "test", - "com.google.inject" % "guice" % "4.2.2" + "com.google.inject" % "guice" % "4.2.3" ) ) .settings(publishSettings)