From 300b2de37005eb53a51448a042103acd7d3e32ed Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 19 Jun 2024 00:21:24 +0000 Subject: [PATCH] chore: update classgraph from 4.8.173 to 4.8.174 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2f8c8b0d..5ddcac97 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.9" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.9" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.173" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.174" val smithyVersion = "1.49.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion