Skip to content

Commit 02bf042

Browse files
committed
updated site
1 parent 73db629 commit 02bf042

File tree

94 files changed

+1772
-1765
lines changed

Some content is hidden

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

94 files changed

+1772
-1765
lines changed

1.x/api

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../1.9.7/api/
1+
../1.9.8/api/

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.7,
47+
It assumes you have installed a recent version of sbt, such as sbt 1.9.8,
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.7
56+
</p><pre><code class="">sbt.version=1.9.8
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,

1.x/docs/Combined+Pages+Pdf.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ corrections and add documentation.
7373

7474
Documentation for 0.13.x has been
7575
[archived here](https://www.scala-sbt.org/0.13/docs/index.html). This
76-
documentation applies to sbt 1.9.7.
76+
documentation applies to sbt 1.9.8.
7777

7878
See also the [API Documentation][Apidoc],
7979
and the [index of names and types][Name-Index].
@@ -139,8 +139,8 @@ If you have any trouble running sbt, see [Command line reference][Command-Line-R
139139
JVM options.
140140

141141

142-
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.zip
143-
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.tgz
142+
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.zip
143+
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.tgz
144144
[Manual-Installation]: Manual-Installation.html
145145
[AdoptiumOpenJDK]: https://adoptium.net/
146146

@@ -179,9 +179,9 @@ $ brew install sbt
179179
```
180180

181181

182-
[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.msi
183-
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.zip
184-
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.tgz
182+
[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.msi
183+
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.zip
184+
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.tgz
185185
[AdoptiumOpenJDK]: https://adoptium.net
186186

187187
Installing sbt on Windows
@@ -222,11 +222,11 @@ $ choco install sbt
222222
```
223223

224224

225-
[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.msi
226-
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.zip
227-
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.tgz
228-
[RPM]: https://dl.bintray.com/sbt/rpm/sbt-1.9.7.rpm
229-
[DEB]: https://dl.bintray.com/sbt/debian/sbt-1.9.7.deb
225+
[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.msi
226+
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.zip
227+
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.tgz
228+
[RPM]: https://dl.bintray.com/sbt/rpm/sbt-1.9.8.rpm
229+
[DEB]: https://dl.bintray.com/sbt/debian/sbt-1.9.8.deb
230230
[Manual-Installation]: Manual-Installation.html
231231
[website127]: https://github.com/sbt/website/issues/127
232232
[cert-bug]: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1739631
@@ -1654,7 +1654,7 @@ Build definition
16541654

16551655
This page describes sbt build definitions, including some "theory" and
16561656
the syntax of `build.sbt`.
1657-
It assumes you have installed a recent version of sbt, such as sbt 1.9.7,
1657+
It assumes you have installed a recent version of sbt, such as sbt 1.9.8,
16581658
know how to [use sbt][Running],
16591659
and have read the previous pages in the Getting Started Guide.
16601660

@@ -1669,7 +1669,7 @@ build the same projects with consistent results.
16691669
To do this, create a file named `project/build.properties` that specifies the sbt version as follows:
16701670

16711671
```
1672-
sbt.version=1.9.7
1672+
sbt.version=1.9.8
16731673
```
16741674

16751675
If the required version is not available locally,
@@ -4548,7 +4548,7 @@ always write it in all lowercase letters. However, we are cool with [酢豚][sub
45484548

45494549
#### My last command didn't work but I can't see an explanation. Why?
45504550

4551-
sbt 1.9.7 by default suppresses most stack traces and debugging
4551+
sbt 1.9.8 by default suppresses most stack traces and debugging
45524552
information. It has the nice side effect of giving you less noise on
45534553
screen, but as a newcomer it can leave you lost for explanation. To see
45544554
the previous output of a command at a higher verbosity, type
@@ -4921,7 +4921,7 @@ Any file name ending in `.sbt` will do, but most people use
49214921

49224922
### Miscellaneous
49234923

4924-
#### Where can I find plugins for 1.9.7?
4924+
#### Where can I find plugins for 1.9.8?
49254925

49264926
See [Community Plugins][Community-Plugins] for a list of currently available
49274927
plugins.
@@ -9319,7 +9319,7 @@ The following system properties can also be passed to `sbt`:
93199319
<tr>
93209320
<td><tt>sbt.version</tt></td>
93219321
<td>Version</td>
9322-
<td><tt>1.9.7</tt></td>
9322+
<td><tt>1.9.8</tt></td>
93239323
<td>sbt version to use, usually taken from <tt>project/build.properties</tt>.</td>
93249324
</tr>
93259325

@@ -12013,7 +12013,7 @@ sbt needs Scala jars to run itself since it is written in Scala. sbt
1201312013
uses that same version of Scala to compile the build definitions that
1201412014
you write for your project because they use sbt APIs. This version of
1201512015
Scala is fixed for a specific sbt release and cannot be changed. For sbt
12016-
1.9.7, this version is Scala 2.12.18. Because this Scala
12016+
1.9.8, this version is Scala 2.12.18. Because this Scala
1201712017
version is needed before sbt runs, the repositories used to retrieve
1201812018
this version are configured in the sbt
1201912019
[launcher][Sbt-Launcher].
@@ -17986,11 +17986,11 @@ This Parser definition will produce a value of type `(String,String)`.
1798617986
The input syntax defined isn't very flexible; it is just a
1798717987
demonstration. It will produce one of the following values for a
1798817988
successful parse (assuming the current Scala version is 2.12.18,
17989-
the current sbt version is 1.9.7, and there are 3 commands left to
17989+
the current sbt version is 1.9.8, and there are 3 commands left to
1799017990
run):
1799117991

1799217992
* (scala,2.12.18)
17993-
* (sbt,1.9.7)
17993+
* (sbt,1.9.8)
1799417994
* (commands,3)
1799517995

1799617996
Again, we were able to access the current Scala and sbt version for the
@@ -20146,10 +20146,10 @@ If you haven't created one already, make sure to create `project/build.propertie
2014620146
`sbt.version` number:
2014720147

2014820148
```yml
20149-
sbt.version=1.9.7
20149+
sbt.version=1.9.8
2015020150
```
2015120151

20152-
Your build will now use 1.9.7.
20152+
Your build will now use 1.9.8.
2015320153

2015420154
### Read the GitHub Actions manual
2015520155

@@ -20449,10 +20449,10 @@ If you haven't created one already, make sure to create `project/build.propertie
2044920449
`sbt.version` number:
2045020450

2045120451
```yml
20452-
sbt.version=1.9.7
20452+
sbt.version=1.9.8
2045320453
```
2045420454

20455-
Your build will now use 1.9.7.
20455+
Your build will now use 1.9.8.
2045620456

2045720457
### Read the Travis manual
2045820458

@@ -20549,7 +20549,7 @@ java
2054920549
-Xss6M
2055020550
-XX:ReservedCodeCacheSize=256M
2055120551
-jar
20552-
/home/travis/.sbt/launchers/1.9.7/sbt-launch.jar
20552+
/home/travis/.sbt/launchers/1.9.8/sbt-launch.jar
2055320553
```
2055420554

2055520555
It seems to be working. One downside of setting all of the parameters is that we might be left behind when the environment updates and the default values gives us more memory in the future.
@@ -20575,7 +20575,7 @@ java
2057520575
-XX:ReservedCodeCacheSize=256M
2057620576
-Xms1024M
2057720577
-jar
20578-
/home/travis/.sbt/launchers/1.9.7/sbt-launch.jar
20578+
/home/travis/.sbt/launchers/1.9.8/sbt-launch.jar
2057920579
```
2058020580

2058120581
**Note**: This duplicates the `-Xms` flag as intended, which might not the best thing to do.
@@ -23513,7 +23513,7 @@ Here's how to set it up
2351323513
#### project/build.properties
2351423514

2351523515
```
23516-
sbt.version=1.9.7
23516+
sbt.version=1.9.8
2351723517
```
2351823518

2351923519
#### project/style.sbt
@@ -23564,7 +23564,7 @@ Let's try implementing a custom task called `compilecheck` that runs `Compile /
2356423564
#### project/build.properties
2356523565

2356623566
```
23567-
sbt.version=1.9.7
23567+
sbt.version=1.9.8
2356823568
```
2356923569

2357023570
#### project/style.sbt

0 commit comments

Comments
 (0)