Skip to content

Commit b0093ca

Browse files
committed
0.11.0
1 parent 273607e commit b0093ca

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.6

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-
mvn"com.lihaoyi::cask:0.9.7"
81+
mvn"com.lihaoyi::cask:0.11.0"
8282
8383
// SBT
84-
"com.lihaoyi" %% "cask" % "0.9.7"
84+
"com.lihaoyi" %% "cask" % "0.11.0"
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.7: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
1+
Cask 0.11.0: 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.11.0
49+
50+
- Update examples to build with Mill 1.x
51+
4852
### 0.9.7
4953

5054
- Add a helper method to create a dedicated virtual thread scheduler. [#164](https://github.com/com-lihaoyi/cask/pull/164)

0 commit comments

Comments
 (0)