Skip to content

Commit

Permalink
README: Remove version from "Dependencies" section
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Oct 11, 2019
1 parent 55f756b commit 383faab
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 @@ -27,8 +27,8 @@ toml-scala is a feature-complete implementation of [TOML](https://github.com/tom

### Dependencies
```scala
libraryDependencies += "tech.sparse" %% "toml-scala" % "0.2.0" // JVM
libraryDependencies += "tech.sparse" %%% "toml-scala" % "0.2.0" // JavaScript, LLVM
libraryDependencies += "tech.sparse" %% "toml-scala" % "<version>" // JVM
libraryDependencies += "tech.sparse" %%% "toml-scala" % "<version>" // JavaScript, LLVM
```

## Examples
Expand Down

0 comments on commit 383faab

Please sign in to comment.