Skip to content

Commit

Permalink
Update documentation ro remove un-necessary dependency declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Nov 21, 2022
1 parent 68437ec commit ac1a416
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ lazy val foo = (project in file("foo"))
.enablePlugins(Smithy4sCodegenPlugin)
.settings(
libraryDependencies ++= Seq(
"software.amazon.smithy" % "smithy-aws-traits" % smithyVersion % Smithy4s,
"com.disneystreaming.smithy4s" %% "smithy4s-aws-kernel" % smithy4sVersion.value
)
)
Expand Down
3 changes: 0 additions & 3 deletions modules/docs/markdown/03-protocols/03-aws/01-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ In `build.sbt`
import smithy4s.codegen.BuildInfo._

libraryDependencies ++= Seq(
// contains traits used by specs of AWS services"
"software.amazon.smithy" % "smithy-aws-traits" % smithyVersion % Smithy4s,
"software.amazon.smithy" % "smithy-waiters" % smithyVersion % Smithy4s,
// version sourced from the plugin
"com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value
)
Expand Down
2 changes: 0 additions & 2 deletions modules/docs/markdown/03-protocols/05-compliance-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Smithy4s publishes a module that you can use to write compliance test if you're
import smithy4s.codegen.BuildInfo._

libraryDependencies ++= Seq(
// Needed to access the smithy.test traits in your smithy models
"software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion
"com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion.value
)
```
Expand Down

0 comments on commit ac1a416

Please sign in to comment.