From 17531abf5f8f39c3d40c08b44b7311c1bc264f19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2020 23:05:37 +0200 Subject: [PATCH] Update classgraph to 4.8.74 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43c31878..ff8b1da0 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val core = project // CATs "net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test, - "io.github.classgraph" % "classgraph" % "4.8.69" % Test + "io.github.classgraph" % "classgraph" % "4.8.74" % Test ) )