From 8f66eb4550e257529bc11df69c9df68720a6d261 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:15:56 +0000 Subject: [PATCH] Update classgraph to 4.8.173 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca8c3489..12b6c649 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ ThisBuild / semanticdbEnabled := true lazy val V = new { val androidGradle = "4.2.2" val bloopConfig = "1.5.5" - val classgraph = "4.8.172" + val classgraph = "4.8.173" val gradle = "5.0" val groovy = "3.0.21" val junitInterface = "0.13.3"