Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 383faab

Browse files
committed
README: Remove version from "Dependencies" section
1 parent 55f756b commit 383faab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ toml-scala is a feature-complete implementation of [TOML](https://github.com/tom
2727

2828
### Dependencies
2929
```scala
30-
libraryDependencies += "tech.sparse" %% "toml-scala" % "0.2.0" // JVM
31-
libraryDependencies += "tech.sparse" %%% "toml-scala" % "0.2.0" // JavaScript, LLVM
30+
libraryDependencies += "tech.sparse" %% "toml-scala" % "<version>" // JVM
31+
libraryDependencies += "tech.sparse" %%% "toml-scala" % "<version>" // JavaScript, LLVM
3232
```
3333

3434
## Examples

0 commit comments

Comments
 (0)