From 0fad78b690b38200c9055954596ef1569c745ecb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Oct 2023 14:41:25 +0000 Subject: [PATCH] Update alloy-core to 0.2.8 --- build.sc | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 5e74338..26852bd 100644 --- a/build.sc +++ b/build.sc @@ -417,7 +417,7 @@ object transitive extends BaseScalaModule { object Deps { object alloy { - val alloyVersion = "0.2.7" + val alloyVersion = "0.2.8" val core = ivy"com.disneystreaming.alloy:alloy-core:$alloyVersion" } diff --git a/smithy-build.json b/smithy-build.json index 6cf8435..ab5d78e 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -1,6 +1,6 @@ { "imports": ["./modules/proto/examples/smithy"], "maven": { - "dependencies": ["com.disneystreaming.alloy:alloy-core:0.2.7"] + "dependencies": ["com.disneystreaming.alloy:alloy-core:0.2.8"] } }