Skip to content

Commit

Permalink
Bump smithy4s to 0.18.23 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Jul 12, 2024
1 parent 1c317c7 commit 09c5f65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,9 @@ object CompletionProviderTests extends SimpleIOSuite {
}

locally {
// for some reason, this can't be defined within the test body.
// https://github.com/disneystreaming/smithy4s/issues/537
val provider = CompletionProvider.forServices(List(wrapService(DeprecatedServiceGen)))

pureTest("completing empty file - one (deprecated) service exists") {
val provider = CompletionProvider.forServices(List(wrapService(DeprecatedServiceGen)))

val result = provider
.provide(
"",
Expand All @@ -166,6 +164,8 @@ object CompletionProviderTests extends SimpleIOSuite {
}

pureTest("completing use clause - one (deprecated) service exists") {
val provider = CompletionProvider.forServices(List(wrapService(DeprecatedServiceGen)))

val result = provider
.provide(
"use service a#B\nhello {}",
Expand Down
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.10",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.20"
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.23"
]
}
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.19")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.23")

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/core/src/test/smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.10",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.20",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.23",
"software.amazon.smithy:smithy-aws-traits:1.50.0"
]
}

0 comments on commit 09c5f65

Please sign in to comment.