From 12b4a3de0d76779a7b8fe83e2057b981d1f27f8e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 19 Jun 2024 00:11:09 +0000 Subject: [PATCH] Update classgraph to 4.8.174 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc55caea40..fe4d84cb73 100644 --- a/build.sbt +++ b/build.sbt @@ -513,7 +513,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test, - "io.github.classgraph" % "classgraph" % "4.8.173", + "io.github.classgraph" % "classgraph" % "4.8.174", "org.http4s" %% "http4s-core" % Versions.http4s, "org.http4s" %% "http4s-dsl" % Versions.http4s, "org.http4s" %% "http4s-blaze-server" % Versions.http4sBlazeServer,