Skip to content

Commit

Permalink
Update classgraph to 4.8.175 (#3994)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Aug 21, 2024
1 parent eac69b8 commit f02ba58
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 @@ -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,
Expand Down

0 comments on commit f02ba58

Please sign in to comment.