Skip to content

Commit 1889429

Browse files
committed
updated site
1 parent 8be0490 commit 1889429

File tree

86 files changed

+1082
-16925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1082
-16925
lines changed

1.x/docs/Basic-Def.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="rightcolumn contents">
4545
<h2 id="Build+definition">Build definition<a href="#Build+definition" class="header-link"><span class="header-link-content">&nbsp;</span></a></h2><p>This page describes sbt build definitions, including some “theory” and
4646
the syntax of <code>build.sbt</code>.
47-
It assumes you have installed a recent version of sbt, such as sbt 1.9.8,
47+
It assumes you have installed a recent version of sbt, such as sbt 1.10.7,
4848
know how to <a href="Running.html">use sbt</a>,
4949
and have read the previous pages in the Getting Started Guide.
5050
</p><p>This page discusses the <code>build.sbt</code> build definition.
@@ -53,7 +53,7 @@ <h2 id="Build+definition">Build definition<a href="#Build+definition" class="hea
5353
This allows people with different versions of the sbt launcher to
5454
build the same projects with consistent results.
5555
To do this, create a file named <code>project/build.properties</code> that specifies the sbt version as follows:
56-
</p><pre><code class="">sbt.version=1.9.8
56+
</p><pre><code class="">sbt.version=1.10.7
5757
</code></pre><p>If the required version is not available locally,
5858
the <code>sbt</code> launcher will download it for you.
5959
If this file is not present, the <code>sbt</code> launcher will choose an arbitrary version,

0 commit comments

Comments
 (0)