From 36b0c8d330e3b4ed34c54750f0108515070bf366 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Oct 2021 14:50:21 +0200 Subject: [PATCH] Update classgraph to 4.8.120 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de9ced32..6a9b73e1 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ lazy val core = project "eu.timepit" %% "refined" % "0.9.27" % Test, // CATs "net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test, - "io.github.classgraph" % "classgraph" % "4.8.117" % Test + "io.github.classgraph" % "classgraph" % "4.8.120" % Test ) )