Skip to content

Commit

Permalink
auto fill http4s docs version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjkl committed Feb 10, 2022
1 parent fea2a62 commit b22ebb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ lazy val docs =
)
)
else version.value),
"SCALA_VERSION" -> scalaVersion.value
"SCALA_VERSION" -> scalaVersion.value,
"HTTP4S_VERSION" -> Dependencies.Http4s.http4sVersion.value
),
isCE3 := true,
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion modules/docs/src/01-overview/02-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val example = project
libraryDependencies ++= Seq(
"com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" %% "smithy4s-http4s-swagger" % smithy4sVersion.value,
"org.http4s" %% "http4s-ember-server" % "0.23.7"
"org.http4s" %% "http4s-ember-server" % "@HTTP4S_VERSION@"
)
)
```
Expand Down

0 comments on commit b22ebb2

Please sign in to comment.