Skip to content

Commit

Permalink
Docs updates (#733)
Browse files Browse the repository at this point in the history
* Up JDK version to 17 in installation instructions, recommended for Scala 2.13.6.

* Added Li Haoyis book to LEARNING list. Might add Alvin Alexanders "Learn Scala 3 the Fast Way" once track is on Scala 3.

* Fixed redirect link to "neophytes guide to scala"

* Change exercism.io links to exercism.org

[skip ci]
  • Loading branch information
LarsWestergren authored Sep 2, 2022
1 parent 54d8d5d commit 589b7c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@

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.

---

After installing Java and `sbt` you will be ready to get started with the Scala track of Exercism.

To get started, see "[Running the Tests](http://exercism.io/languages/scala/tests)".
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/scala/tests)".

---

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
2 changes: 1 addition & 1 deletion exercises/shared/.docs/help.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Help

Please see the [learning](https://exercism.io/tracks/scala/learning) and [installation](https://exercism.io/tracks/scala/installation) pages if you need any help.
Please see the [learning](https://exercism.org/docs/tracks/scala/learning) and [installation](https://exercism.org/docs/tracks/scala/installation) pages if you need any help.
2 changes: 1 addition & 1 deletion exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tests

To run the tests, run the command `sbt test` in the exercise's directory.
See the [tests page](https://exercism.io/tracks/scala/tests) for more information.
See the [tests page](https://exercism.org/docs/tracks/scala/tests) for more information.

## Skipped tests

Expand Down

0 comments on commit 589b7c9

Please sign in to comment.