From 01425e3c9d8c8dc3d54d4219e81c40db4b0c8fcb Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 21 Aug 2024 00:06:41 +0000 Subject: [PATCH] Update classgraph to 4.8.175 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0893e009ba..3c78c5b73f 100644 --- a/build.sbt +++ b/build.sbt @@ -530,7 +530,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test, - "io.github.classgraph" % "classgraph" % "4.8.174", + "io.github.classgraph" % "classgraph" % "4.8.175", "org.http4s" %% "http4s-core" % Versions.http4s, "org.http4s" %% "http4s-dsl" % Versions.http4s, "org.http4s" %% "http4s-blaze-server" % Versions.http4sBlazeServer,