From 2697a9328ce3a4ea987a39a3f3d1c4d1e8a4063a Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:03:52 +0000 Subject: [PATCH] Update play-googleopenconnect to 3.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5e0faa..dfb30d9 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.12.0", - "com.lunatech" %% "play-googleopenconnect" % "3.0.1" + "com.lunatech" %% "play-googleopenconnect" % "3.0.2" )