Skip to content

Commit

Permalink
deploy: 18a6e5a
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 9, 2024
1 parent 7dec658 commit d77cbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
<p>This will need to be re-run when you re-configure your <code>build.sc</code> file, e.g. when adding additional modules or third-party dependencies.</p>
<p>Cask is just a Scala library, and you can use Cask in any existing Scala project via the following coordinates:</p>
<pre style="background-color: #f8f8f8"><code style="white-space:pre; background-color: #f8f8f8" class="scala">// Mill
ivy&quot;com.lihaoyi::cask:0.9.3&quot;
ivy&quot;com.lihaoyi::cask:0.9.4&quot;

// SBT
&quot;com.lihaoyi&quot; %% &quot;cask&quot; % &quot;0.9.3&quot;
&quot;com.lihaoyi&quot; %% &quot;cask&quot; % &quot;0.9.4&quot;
</code></pre>
<p>The <code>./mill</code> command is just a wrapper around the <a href="http://www.lihaoyi.com/mill/">Mill build tool</a>; the <code>build.sc</code> files you see in all examples are Mill build files, and you can use your own installation of Mill instead of <code>./mill</code> if you wish. All normal Mill commands and functionality works for <code>./mill</code>.</p>
<p>The following examples will walk you through how to use Cask to accomplish tasks common to anyone writing a web application. Each example comes with a downloadable example project with code and unit tests, which you can use via the same <code>./mill -w app.runBackground</code> or <code>./mill -w app.test</code> workflows we saw above.</p><h2 id="minimal-example" class="Styles-hoverBox">Minimal Example<a href="#minimal-example" class="Styles-hoverLink"><i class="fa fa-link" aria-hidden="true"></i></a></h2>
Expand Down

0 comments on commit d77cbb4

Please sign in to comment.