From d2b12cb53e5a9f4b120fcbd3cc18ec8b00d17e5c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 16:39:50 +0000 Subject: [PATCH] Update alloy-core to 0.3.10 --- build.sbt | 2 +- .../test/resources/test-workspaces/default/smithy-build.json | 2 +- smithy-build.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 8177800c..377535f2 100644 --- a/build.sbt +++ b/build.sbt @@ -130,7 +130,7 @@ lazy val core = module("core") "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test, - "com.disneystreaming.alloy" % "alloy-core" % "0.3.9" % Test, + "com.disneystreaming.alloy" % "alloy-core" % "0.3.10" % Test, "software.amazon.smithy" % "smithy-aws-traits" % "1.50.0" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), diff --git a/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json b/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json index 86b315bc..ba412d27 100644 --- a/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json +++ b/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json @@ -1,7 +1,7 @@ { "sources": ["./weather.smithy", "./no-runner.smithy"], "mavenDependencies": [ - "com.disneystreaming.alloy:alloy-core:0.3.9", + "com.disneystreaming.alloy:alloy-core:0.3.10", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.20" ] } diff --git a/smithy-build.json b/smithy-build.json index 82043772..a99f32b0 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -1,7 +1,7 @@ { "sources": ["modules/core/src/test/smithy"], "mavenDependencies": [ - "com.disneystreaming.alloy:alloy-core:0.3.9", + "com.disneystreaming.alloy:alloy-core:0.3.10", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.20", "software.amazon.smithy:smithy-aws-traits:1.50.0" ]