From ce0ed369c7e49840e82aa23c7a82071ada436d87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Oct 2019 23:06:44 +0100 Subject: [PATCH] Update classgraph to 4.8.52 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 157ed1f7..16616d5a 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ libraryDependencies ++= Seq( // CATs "net.jcazevedo" %% "moultingyaml" % "0.4.1" % Test, - "io.github.classgraph" % "classgraph" % "4.0.7" % Test + "io.github.classgraph" % "classgraph" % "4.8.52" % Test ) // Publishing