Skip to content

Commit 4baece3

Browse files
committed
0.11.3
1 parent b3b8a6e commit 4baece3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.11.2"
81+
mvn"com.lihaoyi::cask:0.11.3"
8282
8383
// SBT
84-
"com.lihaoyi" %% "cask" % "0.11.2"
84+
"com.lihaoyi" %% "cask" % "0.11.3"
8585
```
8686
8787
The `./mill` command is just a wrapper around the

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cask 0.11.2: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
1+
Cask 0.11.3: 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,7 +45,7 @@ courtesy of EJ Technologies
4545

4646
## Changelog
4747

48-
### 0.11.2
48+
### 0.11.3
4949

5050
- Update examples to build with Mill 1.x
5151
- Example zips are now hosted on Maven Central rather than Github Releases

0 commit comments

Comments
 (0)