Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Jun 13, 2024
1 parent 69229be commit bc63221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This library is inspired by [autowire](https://github.com/lihaoyi/autowire). Som

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

We additonally publish snapshot releases for every commit.
Expand Down Expand Up @@ -266,8 +266,8 @@ new Api {

Use with:
```
libraryDependencies += "com.github.cornerman" %%% "sloth-http4s-server" % "0.7.2"
libraryDependencies += "com.github.cornerman" %%% "sloth-http4s-client" % "0.7.2"
libraryDependencies += "com.github.cornerman" %%% "sloth-http4s-server" % "0.7.3"
libraryDependencies += "com.github.cornerman" %%% "sloth-http4s-client" % "0.7.3"
```

On the server:
Expand Down

0 comments on commit bc63221

Please sign in to comment.