From 5cc9343e29188a64b0f0bc567ee7cebc5656b83a Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 2 Jan 2023 22:07:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20classgraph=20f?= =?UTF-8?q?rom=204.8.149=20to=204.8.154?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 474c2816..2aff6511 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ lazy val core = project "io.circe" %% "circe-parser" % V.circe, "com.typesafe" % "config" % "1.4.2", "ch.qos.logback" % "logback-classic" % V.logback, - "io.github.classgraph" % "classgraph" % "4.8.149", + "io.github.classgraph" % "classgraph" % "4.8.154", "dev.zio" %% "izumi-reflect" % V.izumiReflect, // Test "org.scalatest" %% "scalatest" % V.scalaTest % Test,