Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Jun 4, 2023
1 parent 77bc8cb commit 4dd75fd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ This library is inspired by [autowire](https://github.com/lihaoyi/autowire). Som

Get latest release:
```scala
libraryDependencies += "com.github.cornerman" %%% "sloth" % "0.6.6"
libraryDependencies += "com.github.cornerman" %%% "sloth" % "0.7.0"
```

Or get development snapshots via jitpack:
```scala
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.cornerman.sloth" %%% "sloth" % "master-SNAPSHOT"
```
We additonally publish snapshot releases for every commit.

## Example usage

Expand Down

0 comments on commit 4dd75fd

Please sign in to comment.