Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove platform detection #1052

Merged
merged 1 commit into from
Dec 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/landing/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Download
---

@@@ div { .arc_mac}

 Mac
-----

Expand All @@ -21,10 +19,6 @@ $ brew install sbt

⚠️ Homebrew maintainers have added a dependency to JDK 13 because they want to use more brew dependencies ([brew#50649](https://github.com/Homebrew/homebrew-core/issues/50649)). This causes sbt to use JDK 13 even when `java` available on PATH is JDK 8 or 11. To prevent `sbt` from running on JDK 13, install [jEnv](https://www.jenv.be/) or switch to using [SDKMAN](https://sdkman.io/).

@@@

@@@ div { .arc_windows }

Windows
-------

Expand All @@ -44,10 +38,6 @@ Windows
> scoop install sbt
```

@@@

@@@ div { .arc_linux }

<div class="distro_debian">
<h2>Linux (deb)</h2>
```
Expand All @@ -70,8 +60,6 @@ sudo yum install sbt
```
</div>

@@@

All platforms
-------------

Expand Down