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

Docs updates #733

Merged
merged 4 commits into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

In addition to the exercism CLI and your favorite text editor, practicing with Exercism exercises in Scala requires:

* Java Development Kit (JDK) 11 or later. Use your preferred vendor or grab one from [Adoptium](https://adoptium.net/)
* Java Development Kit (JDK) 17 or later. Use your preferred vendor or grab one from [Adoptium](https://adoptium.net/)
* [Scala 2.13.x](https://www.scala-lang.org/download/scala2.html)
* [sbt 1.6.x](https://www.scala-sbt.org/download.html)
* [sbt 1.7.x](https://www.scala-sbt.org/download.html)

If you don't want install these various dependencies by hand, consider using [SDKMAN](https://sdkman.io/) to manage your java and java-adjacent development tools and libraries.

Expand Down
1 change: 1 addition & 0 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [Programming in Scala - Oderksy, Spoon, Venners](http://www.artima.com/shop/programming_in_scala_3ed)
* [Functional Programming in Scala - Chiusano, Bjarnason](https://www.manning.com/books/functional-programming-in-scala)
* [Scala for the Impatient - Cay S. Horstmann](http://horstmann.com/scala/)
* [Hands on Scala Programming - Li Haoyi](https://www.handsonscala.com/)

## Online Courses

Expand Down
2 changes: 1 addition & 1 deletion docs/RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Exercism provides exercises and feedback but can be difficult to jump into for t
* [Scala - Getting Started](http://www.scala-lang.org/documentation/getting-started.html)
* [StackOverflow](http://stackoverflow.com/)
* [Scala Exercises](https://www.scala-exercises.org/std_lib)
* [The Neophyte's Guide to Scala](http://danielwestheide.com/scala/neophytes.html)
* [The Neophyte's Guide to Scala](https://danielwestheide.com/books/the-neophytes-guide-to-scala/)

## Linting

Expand Down