Skip to content

Commit

Permalink
Bump smithy4s
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed May 19, 2024
1 parent 10139f3 commit d08206a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"imports": ["./weather.smithy", "./no-runner.smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.8",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16"
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.19"
]
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
)

// try to keep in sync with smithy-build.json
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.15")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.19")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"imports": ["modules/core/src/test/smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.8",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.19",
"software.amazon.smithy:smithy-aws-traits:1.49.0"
]
}

0 comments on commit d08206a

Please sign in to comment.