From 69b38b7a1d317d736adff6005f89977f048c58f6 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 15 Mar 2024 00:17:17 +0000 Subject: [PATCH] chore: update alloy-core, alloy-openapi from 0.3.2 to 0.3.4 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d2e3b145..57f6a49f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,8 +12,8 @@ object Dependencies { val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion val smithyXml = "com.disneystreaming.smithy4s" %% "smithy4s-xml" % smithy4sVersion val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion - val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.2" - val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.2" + val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.4" + val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.4" val classgraph = "io.github.classgraph" % "classgraph" % "4.8.168" val smithyVersion = "1.45.0"