Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 4, 2023
1 parent f2385a0 commit b3b3d46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.3"
ivy"com.lihaoyi::cask:0.9.1"
// SBT
"com.lihaoyi" %% "cask" % "0.8.3"
"com.lihaoyi" %% "cask" % "0.9.1"
```
The `./mill` command is just a wrapper around the
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ courtesy of EJ Technologies

## Changelog

### 0.9.1

- Update `org.xerial:sqlite-jdbc` library in examples to version `3.41.2.1` to
support Apple Silicon
- `@staticResources` and `@staticFiles` decorators now automatically infer
content types based on file extension

### 0.9.0

- Update uPickle to 3.0.0
Expand Down

0 comments on commit b3b3d46

Please sign in to comment.