Skip to content

Commit 3a2dc47

Browse files
committed
updated site
1 parent 3dce38a commit 3a2dc47

37 files changed

+5393
-5389
lines changed

1.x/sitemap.xml

Lines changed: 5306 additions & 5306 deletions
Large diffs are not rendered by default.

1.x/sitemap.xml.gz

168 Bytes
Binary file not shown.

2.x/api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../1.11.5/api/
1+
../1.11.6/api/

2.x/docs/en/Setup.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ <h3 id="installing-from-sdkman"><a class="header" href="#installing-from-sdkman"
228228
</code></pre>
229229
<h3 id="universal-packages"><a class="header" href="#universal-packages">Universal packages</a></h3>
230230
<ul>
231-
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.5/sbt-1.11.5.zip">sbt-1.11.5.zip</a></li>
232-
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.5/sbt-1.11.5.tgz">sbt-1.11.5.tgz</a></li>
233-
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.5/sbt-1.11.5.msi">sbt-1.11.5.msi</a></li>
231+
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.zip">sbt-1.11.6.zip</a></li>
232+
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.tgz">sbt-1.11.6.tgz</a></li>
233+
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.msi">sbt-1.11.6.msi</a></li>
234234
</ul>
235235
<h2 id="verify-the-sbt-runner"><a class="header" href="#verify-the-sbt-runner">Verify the sbt runner</a></h2>
236236
<pre><code class="language-bash">sbt --script-version
237-
# 1.11.5
237+
# 1.11.6
238238
</code></pre>
239239

240240
</main>

2.x/docs/en/changes/migrating-from-sbt-1.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-bu
276276
(pluginCrossBuild / sbtVersion) := {
277277
scalaBinaryVersion.value match {
278278
case "2.12" =&gt; "1.5.8"
279-
case _ =&gt; "2.0.0-RC3"
279+
case _ =&gt; "2.0.0-RC4"
280280
}
281281
},
282282
)

2.x/docs/en/guide/sbt-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h2 id="sbt-runner"><a class="header" href="#sbt-runner">sbt runner</a></h2>
213213
<p>An sbt build is executed using <code>sbt</code> runner, also called "sbt-the-shell-script" to distinguish from other components. It's important to note is that sbt runner is designed to run <strong>any version</strong> of sbt.</p>
214214
<h3 id="specifying-sbt-version-with-projectbuildproperties"><a class="header" href="#specifying-sbt-version-with-projectbuildproperties">Specifying sbt version with project/build.properties</a></h3>
215215
<p>sbt runner executes a subcomponent called sbt launcher, which reads <code>project/build.properties</code> to determine the sbt version for the build, and downloads the artifacts if they haven't been cached:</p>
216-
<pre><code>sbt.version=2.0.0-RC3
216+
<pre><code>sbt.version=2.0.0-RC4
217217
</code></pre>
218218
<p>This means that:</p>
219219
<ul>

2.x/docs/en/print.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,13 @@ <h3 id="installing-from-sdkman"><a class="header" href="#installing-from-sdkman"
248248
</code></pre>
249249
<h3 id="universal-packages"><a class="header" href="#universal-packages">Universal packages</a></h3>
250250
<ul>
251-
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.5/sbt-1.11.5.zip">sbt-1.11.5.zip</a></li>
252-
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.5/sbt-1.11.5.tgz">sbt-1.11.5.tgz</a></li>
253-
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.5/sbt-1.11.5.msi">sbt-1.11.5.msi</a></li>
251+
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.zip">sbt-1.11.6.zip</a></li>
252+
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.tgz">sbt-1.11.6.tgz</a></li>
253+
<li><a href="https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.msi">sbt-1.11.6.msi</a></li>
254254
</ul>
255255
<h2 id="verify-the-sbt-runner"><a class="header" href="#verify-the-sbt-runner">Verify the sbt runner</a></h2>
256256
<pre><code class="language-bash">sbt --script-version
257-
# 1.11.5
257+
# 1.11.6
258258
</code></pre>
259259
<div style="break-before: page; page-break-before: always;"></div><h1 id="sbt-by-example"><a class="header" href="#sbt-by-example">sbt by example</a></h1>
260260
<p>This page assumes you've <a href="Setup.html">installed sbt runner</a>.</p>
@@ -264,11 +264,11 @@ <h3 id="create-a-minimum-sbt-build"><a class="header" href="#create-a-minimum-sb
264264
cd foo-build
265265
touch build.sbt
266266
mkdir project
267-
echo "sbt.version=2.0.0-RC3" &gt; project/build.properties
267+
echo "sbt.version=2.0.0-RC4" &gt; project/build.properties
268268
</code></pre>
269269
<h3 id="start-sbt-shell"><a class="header" href="#start-sbt-shell">Start sbt shell</a></h3>
270270
<pre><code class="language-bash">$ sbt
271-
[info] welcome to sbt 2.0.0-RC3 (Azul Systems, Inc. Java)
271+
[info] welcome to sbt 2.0.0-RC4 (Azul Systems, Inc. Java)
272272
....
273273
[info] started sbt server
274274
sbt:foo-build&gt;
@@ -892,7 +892,7 @@ <h2 id="sbt-runner"><a class="header" href="#sbt-runner">sbt runner</a></h2>
892892
<p>An sbt build is executed using <code>sbt</code> runner, also called "sbt-the-shell-script" to distinguish from other components. It's important to note is that sbt runner is designed to run <strong>any version</strong> of sbt.</p>
893893
<h3 id="specifying-sbt-version-with-projectbuildproperties"><a class="header" href="#specifying-sbt-version-with-projectbuildproperties">Specifying sbt version with project/build.properties</a></h3>
894894
<p>sbt runner executes a subcomponent called sbt launcher, which reads <code>project/build.properties</code> to determine the sbt version for the build, and downloads the artifacts if they haven't been cached:</p>
895-
<pre><code>sbt.version=2.0.0-RC3
895+
<pre><code>sbt.version=2.0.0-RC4
896896
</code></pre>
897897
<p>This means that:</p>
898898
<ul>
@@ -1556,7 +1556,7 @@ <h3 id="cross-building-sbt-plugin-with-sbt-1x"><a class="header" href="#cross-bu
15561556
(pluginCrossBuild / sbtVersion) := {
15571557
scalaBinaryVersion.value match {
15581558
case "2.12" =&gt; "1.5.8"
1559-
case _ =&gt; "2.0.0-RC3"
1559+
case _ =&gt; "2.0.0-RC4"
15601560
}
15611561
},
15621562
)
@@ -1860,7 +1860,7 @@ <h3 id="sbt-runner-and-sbt-server"><a class="header" href="#sbt-runner-and-sbt-s
18601860
</ul>
18611861
</li>
18621862
</ul>
1863-
<pre><code>sbt.version=2.0.0-RC3
1863+
<pre><code>sbt.version=2.0.0-RC4
18641864
</code></pre>
18651865
<p>This mechanism allows builds to be configured to a specific version of sbt, and everyone working on the project would use the same build semantics, regardless of the sbt runner installed on their machine.</p>
18661866
<p>This also means that some features are implemented at sbt runner or sbtn level, while other features are implemented at sbt server level.</p>
@@ -4229,7 +4229,7 @@ <h2 id="steps"><a class="header" href="#steps">Steps</a></h2>
42294229
<ol>
42304230
<li>Create a fresh directory, like <code>hello_scala/</code></li>
42314231
<li>Create a directory named <code>project/</code> under <code>hello_scala/</code>, and create <code>project/build.properties</code> with
4232-
<pre><code>sbt.version=2.0.0-RC3
4232+
<pre><code>sbt.version=2.0.0-RC4
42334233
</code></pre>
42344234
</li>
42354235
<li>Under <code>hello_scala/</code>, create <code>build.sbt</code>:

2.x/docs/en/recipes/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h2 id="steps"><a class="header" href="#steps">Steps</a></h2>
215215
<ol>
216216
<li>Create a fresh directory, like <code>hello_scala/</code></li>
217217
<li>Create a directory named <code>project/</code> under <code>hello_scala/</code>, and create <code>project/build.properties</code> with
218-
<pre><code>sbt.version=2.0.0-RC3
218+
<pre><code>sbt.version=2.0.0-RC4
219219
</code></pre>
220220
</li>
221221
<li>Under <code>hello_scala/</code>, create <code>build.sbt</code>:

2.x/docs/en/reference/sbt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h3 id="sbt-runner-and-sbt-server"><a class="header" href="#sbt-runner-and-sbt-s
233233
</ul>
234234
</li>
235235
</ul>
236-
<pre><code>sbt.version=2.0.0-RC3
236+
<pre><code>sbt.version=2.0.0-RC4
237237
</code></pre>
238238
<p>This mechanism allows builds to be configured to a specific version of sbt, and everyone working on the project would use the same build semantics, regardless of the sbt runner installed on their machine.</p>
239239
<p>This also means that some features are implemented at sbt runner or sbtn level, while other features are implemented at sbt server level.</p>

2.x/docs/en/sbt-by-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ <h3 id="create-a-minimum-sbt-build"><a class="header" href="#create-a-minimum-sb
216216
cd foo-build
217217
touch build.sbt
218218
mkdir project
219-
echo "sbt.version=2.0.0-RC3" &gt; project/build.properties
219+
echo "sbt.version=2.0.0-RC4" &gt; project/build.properties
220220
</code></pre>
221221
<h3 id="start-sbt-shell"><a class="header" href="#start-sbt-shell">Start sbt shell</a></h3>
222222
<pre><code class="language-bash">$ sbt
223-
[info] welcome to sbt 2.0.0-RC3 (Azul Systems, Inc. Java)
223+
[info] welcome to sbt 2.0.0-RC4 (Azul Systems, Inc. Java)
224224
....
225225
[info] started sbt server
226226
sbt:foo-build&gt;

0 commit comments

Comments
 (0)