From 9be09d4f6961e80ef3fccda1e82dc063d395494f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 7 Nov 2019 13:07:06 +0800 Subject: 0.3.6 --- .../1 - Cask: a Scala HTTP micro-framework.md | 20 +- docs/pages/4 - Cask Actors.md | 612 --------------------- 2 files changed, 2 insertions(+), 630 deletions(-) delete mode 100644 docs/pages/4 - Cask Actors.md (limited to 'docs') diff --git a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md index 7fcbd88..16cfab3 100644 --- a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md +++ b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md @@ -81,10 +81,10 @@ via the following coordinates: ```scala // Mill -ivy"com.lihaoyi::cask:0.3.3" +ivy"com.lihaoyi::cask:0.3.6" // SBT -"com.lihaoyi" %% "cask" % "0.3.3" +"com.lihaoyi" %% "cask" % "0.3.6" ``` The `./mill` command is just a wrapper around the @@ -401,7 +401,6 @@ This minimal example intentionally does not contain javascript, HTML, styles, etc.. Those can be managed via the normal mechanism for [Serving Static Files](#serving-static-files). - ## TodoMVC Database Integration $$$todoDb @@ -416,21 +415,6 @@ transaction context in a thread-local, `@transactional` does not need to pass the `ctx` object into each endpoint as an additional parameter list, and so we simply leave it out. -While this example is specific to Quill, you can easily modify the -`@transactional` decorator to make it