-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS: Health API doesn't compile #1533
Labels
Comments
version: 0.18.24 sns does not seem to compile in the same way. Build: val root = project
.in(file("."))
.settings(
scalaVersion := "3.5.0",
libraryDependencies ++= Seq(
"com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,
"org.http4s" %% "http4s-ember-client" % "0.23.27",
),
fork := true,
smithy4sAwsSpecs += AWS.sns,
)
.enablePlugins(Smithy4sCodegenPlugin) Error:
|
Half of my issue, and your entire issue @takapi327, should be fixed by #1593. The other half is the mismatch of |
@kubukoz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 0.18.19
Build:
Error:
(these two happen a couple times each, it's always Count and String)
The text was updated successfully, but these errors were encountered: