From 00222fbc16d847a2cd1a3984e7366f87d0d53b08 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 11 Dec 2022 00:19:35 +0000 Subject: [PATCH] chore: update classgraph from 4.8.151 to 4.8.152 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bf366596..de3f6e8d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.151" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.152" val smithyVersion = "1.26.3" val testTraits =