Skip to content

Commit 1766b59

Browse files
authored
Bump smithy4s: 0.18.19 (#426)
1 parent 10139f3 commit 1766b59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"imports": ["./weather.smithy", "./no-runner.smithy"],
33
"mavenDependencies": [
44
"com.disneystreaming.alloy:alloy-core:0.3.8",
5-
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16"
5+
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.19"
66
]
77
}

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
99
)
1010

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

1414
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
1515
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")

smithy-build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"imports": ["modules/core/src/test/smithy"],
33
"mavenDependencies": [
44
"com.disneystreaming.alloy:alloy-core:0.3.8",
5-
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16",
5+
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.19",
66
"software.amazon.smithy:smithy-aws-traits:1.49.0"
77
]
88
}

0 commit comments

Comments
 (0)