Skip to content

Commit

Permalink
Update classgraph to 4.8.172 (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed Apr 23, 2024
1 parent 62c6422 commit 9f99e16
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.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
// Needs to match version used by Gatling
"com.github.scopt" %% "scopt" % "3.7.1",
"io.github.classgraph" % "classgraph" % "4.8.168" % Test,
"io.github.classgraph" % "classgraph" % "4.8.172" % Test,
"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 9f99e16

Please sign in to comment.