Skip to content

Commit

Permalink
Update classgraph to 4.8.174
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 19, 2024
1 parent c8316ee commit 12b4a3d
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 @@ -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,
Expand Down

0 comments on commit 12b4a3d

Please sign in to comment.