Skip to content

Commit c0df96f

Browse files
authored
Use external trait codegen plugin (#93)
* Use external trait codegen plugin * bump to 0.2 * remove deps * bump
1 parent e73d73b commit c0df96f

File tree

5 files changed

+2
-258
lines changed

5 files changed

+2
-258
lines changed

project/PathRef.scala

Lines changed: 0 additions & 32 deletions
This file was deleted.

project/SmithyTraitCodegen.scala

Lines changed: 0 additions & 127 deletions
This file was deleted.

project/SmithyTraitCodegenPlugin.scala

Lines changed: 0 additions & 95 deletions
This file was deleted.

project/build.sbt

Lines changed: 0 additions & 4 deletions
This file was deleted.

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1616

1717
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.37")
1818

19+
addSbtPlugin("org.polyvariant" % "smithy-trait-codegen-sbt" % "0.2.2")
20+
1921
addDependencyTreePlugin

0 commit comments

Comments
 (0)