Skip to content

Commit

Permalink
updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 10, 2023
1 parent 3f1b846 commit 0e390a1
Show file tree
Hide file tree
Showing 94 changed files with 1,775 additions and 1,761 deletions.
2 changes: 1 addition & 1 deletion 1.x/api
4 changes: 2 additions & 2 deletions 1.x/docs/Basic-Def.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="rightcolumn contents">
<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
the syntax of <code>build.sbt</code>.
It assumes you have installed a recent version of sbt, such as sbt 1.9.0,
It assumes you have installed a recent version of sbt, such as sbt 1.9.2,
know how to <a href="Running.html">use sbt</a>,
and have read the previous pages in the Getting Started Guide.
</p><p>This page discusses the <code>build.sbt</code> build definition.
Expand All @@ -53,7 +53,7 @@ <h2 id="Build+definition">Build definition<a href="#Build+definition" class="hea
This allows people with different versions of the sbt launcher to
build the same projects with consistent results.
To do this, create a file named <code>project/build.properties</code> that specifies the sbt version as follows:
</p><pre><code class="">sbt.version=1.9.0
</p><pre><code class="">sbt.version=1.9.2
</code></pre><p>If the required version is not available locally,
the <code>sbt</code> launcher will download it for you.
If this file is not present, the <code>sbt</code> launcher will choose an arbitrary version,
Expand Down
54 changes: 27 additions & 27 deletions 1.x/docs/Combined+Pages+Pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ corrections and add documentation.

Documentation for 0.13.x has been
[archived here](https://www.scala-sbt.org/0.13/docs/index.html). This
documentation applies to sbt 1.9.0.
documentation applies to sbt 1.9.2.

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


[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.zip
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.tgz
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.zip
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.tgz
[Manual-Installation]: Manual-Installation.html
[AdoptiumOpenJDK]: https://adoptium.net/

Expand Down Expand Up @@ -179,9 +179,9 @@ $ brew install sbt
```


[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.msi
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.zip
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.tgz
[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.msi
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.zip
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.tgz
[AdoptiumOpenJDK]: https://adoptium.net

Installing sbt on Windows
Expand Down Expand Up @@ -222,11 +222,11 @@ $ choco install sbt
```


[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.msi
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.zip
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.tgz
[RPM]: https://dl.bintray.com/sbt/rpm/sbt-1.9.0.rpm
[DEB]: https://dl.bintray.com/sbt/debian/sbt-1.9.0.deb
[MSI]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.msi
[ZIP]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.zip
[TGZ]: https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.tgz
[RPM]: https://dl.bintray.com/sbt/rpm/sbt-1.9.2.rpm
[DEB]: https://dl.bintray.com/sbt/debian/sbt-1.9.2.deb
[Manual-Installation]: Manual-Installation.html
[website127]: https://github.com/sbt/website/issues/127
[cert-bug]: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1739631
Expand Down Expand Up @@ -1646,7 +1646,7 @@ Build definition

This page describes sbt build definitions, including some "theory" and
the syntax of `build.sbt`.
It assumes you have installed a recent version of sbt, such as sbt 1.9.0,
It assumes you have installed a recent version of sbt, such as sbt 1.9.2,
know how to [use sbt][Running],
and have read the previous pages in the Getting Started Guide.

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

```
sbt.version=1.9.0
sbt.version=1.9.2
```

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

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

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

### Miscellaneous

#### Where can I find plugins for 1.9.0?
#### Where can I find plugins for 1.9.2?

See [Community Plugins][Community-Plugins] for a list of currently available
plugins.
Expand Down Expand Up @@ -9311,7 +9311,7 @@ The following system properties can also be passed to `sbt`:
<tr>
<td><tt>sbt.version</tt></td>
<td>Version</td>
<td><tt>1.9.0</tt></td>
<td><tt>1.9.2</tt></td>
<td>sbt version to use, usually taken from <tt>project/build.properties</tt>.</td>
</tr>

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

* (scala,2.12.18)
* (sbt,1.9.0)
* (sbt,1.9.2)
* (commands,3)

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

```yml
sbt.version=1.9.0
sbt.version=1.9.2
```

Your build will now use 1.9.0.
Your build will now use 1.9.2.

### Read the GitHub Actions manual

Expand Down Expand Up @@ -20432,10 +20432,10 @@ If you haven't created one already, make sure to create `project/build.propertie
`sbt.version` number:

```yml
sbt.version=1.9.0
sbt.version=1.9.2
```

Your build will now use 1.9.0.
Your build will now use 1.9.2.

### Read the Travis manual

Expand Down Expand Up @@ -20532,7 +20532,7 @@ java
-Xss6M
-XX:ReservedCodeCacheSize=256M
-jar
/home/travis/.sbt/launchers/1.9.0/sbt-launch.jar
/home/travis/.sbt/launchers/1.9.2/sbt-launch.jar
```

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.
Expand All @@ -20558,7 +20558,7 @@ java
-XX:ReservedCodeCacheSize=256M
-Xms1024M
-jar
/home/travis/.sbt/launchers/1.9.0/sbt-launch.jar
/home/travis/.sbt/launchers/1.9.2/sbt-launch.jar
```

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

```
sbt.version=1.9.0
sbt.version=1.9.2
```

#### project/style.sbt
Expand Down Expand Up @@ -23547,7 +23547,7 @@ Let's try implementing a custom task called `compilecheck` that runs `Compile /
#### project/build.properties

```
sbt.version=1.9.0
sbt.version=1.9.2
```

#### project/style.sbt
Expand Down

0 comments on commit 0e390a1

Please sign in to comment.