Skip to content

Commit

Permalink
update smithy4s
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 24, 2024
1 parent 703c927 commit 74e2042
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 @@
"sources": ["./weather.smithy", "./no-runner.smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.26"
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.27"
]
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

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

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 @@
"sources": ["modules/examples/src/main/smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.26",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.27",
"software.amazon.smithy:smithy-aws-traits:1.53.0"
]
}

0 comments on commit 74e2042

Please sign in to comment.