Skip to content

Commit

Permalink
fix version in getting-statted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Jun 20, 2021
1 parent eff5b84 commit edad2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It uses [circe](https://github.com/circe/circe) for JSON serialization/deseriali

To use this library add following dependency to your `build.sbt` file
```scala
"com.ocadotechnology" %% "sttp-oauth2" % "@LATEST_STABLE_VERSION@"
"com.ocadotechnology" %% "sttp-oauth2" % "@VERSION@"
```
## Usage

Expand Down

0 comments on commit edad2a7

Please sign in to comment.