Skip to content

Commit b3b3d46

Browse files
committed
0.9.1
1 parent f2385a0 commit b3b3d46

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/pages/1 - Cask: a Scala HTTP micro-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ via the following coordinates:
8181
8282
```scala
8383
// Mill
84-
ivy"com.lihaoyi::cask:0.8.3"
84+
ivy"com.lihaoyi::cask:0.9.1"
8585
8686
// SBT
87-
"com.lihaoyi" %% "cask" % "0.8.3"
87+
"com.lihaoyi" %% "cask" % "0.9.1"
8888
```
8989
9090
The `./mill` command is just a wrapper around the

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ courtesy of EJ Technologies
4646

4747
## Changelog
4848

49+
### 0.9.1
50+
51+
- Update `org.xerial:sqlite-jdbc` library in examples to version `3.41.2.1` to
52+
support Apple Silicon
53+
- `@staticResources` and `@staticFiles` decorators now automatically infer
54+
content types based on file extension
55+
4956
### 0.9.0
5057

5158
- Update uPickle to 3.0.0

0 commit comments

Comments
 (0)