Skip to content

Commit

Permalink
Merge pull request #457 from scala-steward/update/alloy-core-0.3.13
Browse files Browse the repository at this point in the history
Update alloy-core to 0.3.13
  • Loading branch information
mergify[bot] authored Aug 13, 2024
2 parents 4a03231 + 871195d commit 9fc02d3
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.12" % Test,
"com.disneystreaming.alloy" % "alloy-core" % "0.3.13" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.50.0" % Test,
),
Smithy4sCodegenPlugin.defaultSettings(Test),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sources": ["./weather.smithy", "./no-runner.smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.12",
"com.disneystreaming.alloy:alloy-core:0.3.13",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.23"
]
}
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sources": ["modules/core/src/test/smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.12",
"com.disneystreaming.alloy:alloy-core:0.3.13",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.23",
"software.amazon.smithy:smithy-aws-traits:1.50.0"
]
Expand Down

0 comments on commit 9fc02d3

Please sign in to comment.