Skip to content

Commit 03e5a6f

Browse files
authored
Update installation.md
1 parent 0e2f7f7 commit 03e5a6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/getting-started/installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ does. The output should look something like this:
2121

2222
```bash
2323
$ java -version
24-
java version "1.8.0_131"
25-
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
26-
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
24+
openjdk version "11.0.20.1" 2023-08-24 LTS
25+
OpenJDK Runtime Environment Zulu11.66+19-CA (build 11.0.20.1+1-LTS)
26+
OpenJDK 64-Bit Server VM Zulu11.66+19-CA (build 11.0.20.1+1-LTS, mixed mode)
2727
```
2828

2929
```bash
3030
$ javac -version
31-
javac 1.8.0_131
31+
javac 11.0.20.1
3232
```
3333

34-
You need Java 8 or above (Oracle's JDK, OpenJDK, AdoptOpenJDK and various other distributions exist), which will show up as version 1.8. Java 7 is no longer supported in Scalatra 2.5.
34+
You need Java 11 or above (Oracle's JDK, OpenJDK, AdoptOpenJDK and various other distributions exist), which will show up as version 11. Java 8 is no longer supported in Scalatra 3.0.
3535

3636
If you don't yet have Java installed, you can find out how to install it for your system over at
37-
[the Oracle's Java 8 download page](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html)
38-
or [the OpenJDK installation page](http://openjdk.java.net/install/index.html) or [AdoptOpenJDK download page](https://adoptopenjdk.net/).
37+
[the Oracle's Java download page](https://www.oracle.com/java/technologies/downloads/)
38+
or [the OpenJDK installation page](http://openjdk.java.net/install/index.html) or [AdoptOpenJDK download page](https://adoptium.net/).
3939

4040
## 2. Install sbt
4141

@@ -55,7 +55,7 @@ $ sbt
5555
...
5656
...
5757
> sbtVersion
58-
[info] 1.4.6
58+
[info] 1.9.7
5959
```
6060

6161
---

0 commit comments

Comments
 (0)