Skip to content

Commit

Permalink
Merge pull request #458 from scala-steward/update/alloy-core-0.3.14
Browse files Browse the repository at this point in the history
Update alloy-core to 0.3.14
  • Loading branch information
mergify[bot] authored Aug 15, 2024
2 parents 9fc02d3 + 0c5219f commit e7d0663
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.13" % Test,
"com.disneystreaming.alloy" % "alloy-core" % "0.3.14" % 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.13",
"com.disneystreaming.alloy:alloy-core:0.3.14",
"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.13",
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.23",
"software.amazon.smithy:smithy-aws-traits:1.50.0"
]
Expand Down

0 comments on commit e7d0663

Please sign in to comment.