Skip to content

Commit

Permalink
Update alloy-core to 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 5, 2023
1 parent b10c215 commit c999c94
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 @@ -131,7 +131,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.1.15" % Test,
"com.disneystreaming.alloy" % "alloy-core" % "0.1.16" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.28.1" % 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.1.15",
"com.disneystreaming.alloy:alloy-core:0.1.16",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.17.5"
]
}
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.1.15",
"com.disneystreaming.alloy:alloy-core:0.1.16",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.17.5",
"software.amazon.smithy:smithy-aws-traits:1.28.1"
]
Expand Down

0 comments on commit c999c94

Please sign in to comment.