From c3b241d4c125f75b3eccf42fe77f7f68e0e05ea8 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 5 Apr 2024 00:17:41 +0000 Subject: [PATCH] chore: update classgraph from 4.8.168 to 4.8.170 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7f4932cc..ec8e9054 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.5" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.5" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.168" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.170" val smithyVersion = "1.45.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion