Skip to content

Commit 0fc00e2

Browse files
committed
0.9.7
1 parent b27a63e commit 0fc00e2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/pages/1 - Cask - a Scala HTTP micro-framework.md

Lines changed: 3 additions & 3 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.5"
81+
ivy"com.lihaoyi::cask:0.9.7"
8282
8383
// SBT
84-
"com.lihaoyi" %% "cask" % "0.9.5"
84+
"com.lihaoyi" %% "cask" % "0.9.7"
8585
```
8686
8787
The `./mill` command is just a wrapper around the
@@ -517,4 +517,4 @@ or not.
517517
In general virtual threads are most beneficial in applications which spend a lot of time blocked
518518
on IO. How much they benefit your own application will need to be benchmarked and measured,
519519
but they are relatively easy to enable so you can run your own small benchmarks before deciding
520-
to use them or not.
520+
to use them or not.

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cask 0.9.6: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
1+
Cask 0.9.7: 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.7
49+
50+
- Add a helper method to create a dedicated virtual thread scheduler. [#164](https://github.com/com-lihaoyi/cask/pull/164)
51+
4852
### 0.9.6
4953

5054
- Support for Java21/Loom Virtual Threads [#161](https://github.com/com-lihaoyi/cask/pull/159), see

0 commit comments

Comments
 (0)