From 0090756b6a8063fc5df28ea6dfdad0da76fbe779 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:18:54 +0000 Subject: [PATCH] Update classgraph to 4.8.177 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e9fbe28..4d496673 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.176" + val classgraph = "4.8.177" val gradle = "5.0" val groovy = "3.0.22" val junitInterface = "0.13.3"