Skip to content

Commit

Permalink
Update alloy-core to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 8, 2024
1 parent 5b09b98 commit fb78225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.5" % Test,
"com.disneystreaming.alloy" % "alloy-core" % "0.3.6" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.45.0" % Test,
),
Smithy4sCodegenPlugin.defaultSettings(Test),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": ["./weather.smithy", "./no-runner.smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.5",
"com.disneystreaming.alloy:alloy-core:0.3.6",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.2"
]
}
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": ["modules/core/src/test/smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.5",
"com.disneystreaming.alloy:alloy-core:0.3.6",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.9",
"software.amazon.smithy:smithy-aws-traits:1.45.0"
]
Expand Down

0 comments on commit fb78225

Please sign in to comment.