We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2385a0 commit b3b3d46Copy full SHA for b3b3d46
docs/pages/1 - Cask: a Scala HTTP micro-framework.md
@@ -81,10 +81,10 @@ via the following coordinates:
81
82
```scala
83
// Mill
84
-ivy"com.lihaoyi::cask:0.8.3"
+ivy"com.lihaoyi::cask:0.9.1"
85
86
// SBT
87
-"com.lihaoyi" %% "cask" % "0.8.3"
+"com.lihaoyi" %% "cask" % "0.9.1"
88
```
89
90
The `./mill` command is just a wrapper around the
readme.md
@@ -46,6 +46,13 @@ courtesy of EJ Technologies
46
47
## Changelog
48
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
56
### 0.9.0
57
58
- Update uPickle to 3.0.0
0 commit comments