Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvelimir authored Sep 15, 2022
1 parent 078c51a commit e32dec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Scala library that provides an enumeration of [ISO 3166](https://en.wikipedia.or
To use this library, add the following to your `build.sbt` file:

```scala
libraryDependencies += "io.lambdaworks" %% "scountries" % "version"
libraryDependencies += "io.lambdaworks" %% "scountries" % "x.y.z"
```

Where `version` refers to the release version in the badge above.
Where `x.y.z` refers to the release version in the badge above.

[scala-version-badge]: https://img.shields.io/badge/scala-2.13.8-blue?logo=scala&color=red
[ci-badge]: https://github.com/lambdaworks/scountries/actions/workflows/ci.yml/badge.svg
Expand Down

0 comments on commit e32dec2

Please sign in to comment.