Skip to content

Commit f12bf51

Browse files
authored
Update classgraph to 4.8.181 (#5754)
Pull request: #5754
1 parent 564f9b3 commit f12bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mill-build/src/millbuild/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object Deps {
8484
val asmTree = mvn"org.ow2.asm:asm-tree:9.8"
8585
val bloopConfig = mvn"ch.epfl.scala::bloop-config:1.5.5".withDottyCompat(scalaVersion)
8686

87-
val classgraph = mvn"io.github.classgraph:classgraph:4.8.180"
87+
val classgraph = mvn"io.github.classgraph:classgraph:4.8.181"
8888
val coursierVersion = "2.1.25-M18"
8989
val coursier = mvn"io.get-coursier::coursier:$coursierVersion".withDottyCompat(scalaVersion)
9090
val coursierArchiveCache =

0 commit comments

Comments
 (0)