Skip to content

Commit

Permalink
Update readme deps for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Apr 14, 2024
1 parent 3e98fdc commit 42febb6
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 @@ -23,13 +23,13 @@ Add one of these deployments to `deps.edn`.

```clojure
dev.onionpancakes/chassis {:git/url "https://github.com/onionpancakes/chassis"
:git/tag "v1.0.353" :git/sha "a7679f2"}
:git/tag "v1.0.365" :git/sha "3e98fdc"}
```

### Clojars

```clojure
dev.onionpancakes/chassis {:mvn/version "1.0.353"}
dev.onionpancakes/chassis {:mvn/version "1.0.365"}
```

# Example
Expand Down

0 comments on commit 42febb6

Please sign in to comment.