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"] } }