From 0ad4135fff770bebfa25d4de995a97d2367b5661 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:20:26 +0000 Subject: [PATCH] Update classgraph to 4.8.176 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index daba5ada..962f3506 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.175" + val classgraph = "4.8.176" val gradle = "5.0" val groovy = "3.0.22" val junitInterface = "0.13.3"