Skip to content

Commit

Permalink
Merge 068eee3 into 9faccd9
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Oct 9, 2020
2 parents 9faccd9 + 068eee3 commit 4477ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -131,7 +131,8 @@ lazy val docsSettings = Seq(
"white-color" -> "#FFFFFF"
),
micrositeGitterChannel := false, // ugly
mdocExtraArguments += "--no-link-hygiene"
mdocExtraArguments += "--no-link-hygiene",
mdocVariables := Map("VERSION" -> version.value)
)

// add support for Scala version ranges such as "scala-2.12+" in source folders (single version folders such as
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/docs/index.md
Expand Up @@ -9,7 +9,7 @@ To use PureConfig in an existing SBT project with Scala 2.11 or a later version,
`build.sbt`:

```scala
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.14.0"
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "@VERSION@"
```

For a full example of `build.sbt` you can have a look at this [build.sbt](https://github.com/pureconfig/pureconfig/blob/master/example/build.sbt).
Expand Down

0 comments on commit 4477ab9

Please sign in to comment.