From 9dd2310aa53a2b5f97b952b9bd41249bb2962f57 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 06:04:13 +0000 Subject: [PATCH] Update play-googleopenconnect to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 877781a..6fcc805 100644 --- a/build.sbt +++ b/build.sbt @@ -12,5 +12,5 @@ libraryDependencies ++= Seq( guice, ws, "io.github.samueleresca" %% "pekko-quartz-scheduler" % "1.2.2-pekko-1.0.x", "org.typelevel" %% "cats-core" % "2.13.0", - "com.lunatech" %% "play-googleopenconnect" % "3.0.3" + "com.lunatech" %% "play-googleopenconnect" % "3.0.4" )