Skip to content

Commit

Permalink
Update classgraph to 4.8.176
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 18, 2024
1 parent 984a997 commit 9245d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,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.175",
"io.github.classgraph" % "classgraph" % "4.8.176",
"org.http4s" %% "http4s-core" % Versions.http4s,
"org.http4s" %% "http4s-dsl" % Versions.http4s,
"org.http4s" %% "http4s-blaze-server" % Versions.http4sBlazeServer,
Expand Down

0 comments on commit 9245d36

Please sign in to comment.