Skip to content

Commit 84ab4fd

Browse files
committed
document
1 parent 20d06e2 commit 84ab4fd

File tree

1 file changed

+1
-0
lines changed
  • sbtPlugin/src/sbt-test/codegen/namespace-restriction

1 file changed

+1
-0
lines changed

sbtPlugin/src/sbt-test/codegen/namespace-restriction/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ val traits = project
44
smithyTraitCodegenDependencies := List(
55
"io.github.disneystreaming.alloy" % "alloy-core" % "0.3.23"
66
),
7+
// Prior to smithy 1.61.0, namespaces starting with "smithy" were forbidden and required a workaround
78
smithyTraitCodegenJavaPackage := "smithy4bazinga",
89
smithyTraitCodegenNamespace := "smithy4bazinga",
910
)

0 commit comments

Comments
 (0)