We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d06e2 commit 84ab4fdCopy full SHA for 84ab4fd
sbtPlugin/src/sbt-test/codegen/namespace-restriction/build.sbt
@@ -4,6 +4,7 @@ val traits = project
4
smithyTraitCodegenDependencies := List(
5
"io.github.disneystreaming.alloy" % "alloy-core" % "0.3.23"
6
),
7
+ // Prior to smithy 1.61.0, namespaces starting with "smithy" were forbidden and required a workaround
8
smithyTraitCodegenJavaPackage := "smithy4bazinga",
9
smithyTraitCodegenNamespace := "smithy4bazinga",
10
)
0 commit comments