diff --git a/build.sbt b/build.sbt index 3329a574..37aadb91 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.2.6" % Test, + "com.disneystreaming.alloy" % "alloy-core" % "0.2.7" % Test, "software.amazon.smithy" % "smithy-aws-traits" % "1.34.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 92755f08..dbd4843b 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 @@ { "imports": ["./weather.smithy", "./no-runner.smithy"], "mavenDependencies": [ - "com.disneystreaming.alloy:alloy-core:0.2.6", + "com.disneystreaming.alloy:alloy-core:0.2.7", "com.disneystreaming.smithy4s:smithy4s-protocol:0.17.6" ] } diff --git a/smithy-build.json b/smithy-build.json index c94cae30..1bdb8712 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -1,7 +1,7 @@ { "imports": ["modules/core/src/test/smithy"], "mavenDependencies": [ - "com.disneystreaming.alloy:alloy-core:0.2.6", + "com.disneystreaming.alloy:alloy-core:0.2.7", "com.disneystreaming.smithy4s:smithy4s-protocol:0.17.6", "software.amazon.smithy:smithy-aws-traits:1.34.0" ]