Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Jun 25, 2024
1 parent 005e26e commit 8b9773c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3"
libraryDependencies += "com.github.cornerman" %%% "sloth" % "0.8.0"
```

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

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

On the server:
Expand Down Expand Up @@ -310,7 +310,7 @@ This is useful when running in the browser, because it will have a smaller bundl

Use with:
```
libraryDependencies += "com.github.cornerman" %%% "sloth-jsdom-client" % "0.7.3"
libraryDependencies += "com.github.cornerman" %%% "sloth-jsdom-client" % "0.8.0"
```

In the client:
Expand Down

0 comments on commit 8b9773c

Please sign in to comment.