Skip to content

Commit 18a6e5a

Browse files
committed
readme
1 parent de4ff3f commit 18a6e5a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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
@@ -78,10 +78,10 @@ via the following coordinates:
7878
7979
```scala
8080
// Mill
81-
ivy"com.lihaoyi::cask:0.9.3"
81+
ivy"com.lihaoyi::cask:0.9.4"
8282
8383
// SBT
84-
"com.lihaoyi" %% "cask" % "0.9.3"
84+
"com.lihaoyi" %% "cask" % "0.9.4"
8585
```
8686
8787
The `./mill` command is just a wrapper around the

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cask 0.9.3: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
1+
Cask 0.9.4: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
22
===========================================================================================================================================================================
33

44
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
@@ -45,6 +45,10 @@ courtesy of EJ Technologies
4545

4646
## Changelog
4747

48+
### 0.9.4
49+
50+
- Allow overlap between static routes and wildcards [#134](https://github.com/com-lihaoyi/cask/pull/134)
51+
4852
### 0.9.3
4953

5054
- Introduce `@postJsonCached` to allow reference to the original body payload in `@postJson`

0 commit comments

Comments
 (0)