File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
8787The `./mill` command is just a wrapper around the
Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments