Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 6, 2022
1 parent e8184c9 commit a0fe6ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/1 - Cask: a Scala HTTP micro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ via the following coordinates:
```scala
// Mill
ivy"com.lihaoyi::cask:0.8.0"
ivy"com.lihaoyi::cask:0.8.3"
// SBT
"com.lihaoyi" %% "cask" % "0.8.0"
"com.lihaoyi" %% "cask" % "0.8.3"
```
The `./mill` command is just a wrapper around the
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cask 0.8.1: a Scala HTTP micro-framework [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
Cask 0.8.3: a Scala HTTP micro-framework [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
===========================================================================================================================================================================

[travis-badge]: https://travis-ci.org/lihaoyi/cask.svg
Expand Down Expand Up @@ -47,6 +47,10 @@ courtesy of EJ Technologies
## Changelog


### 0.8.3

- Fix error reporting for invalid routes [#70](https://github.com/com-lihaoyi/cask/pull/70)

### 0.8.2

- Bump uPickle to 1.6.0
Expand Down

0 comments on commit a0fe6ea

Please sign in to comment.