Skip to content

Update which courses use Scala 2 and which courses use Scala 3 #2306

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

Merged
merged 1 commit into from
Feb 2, 2022
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
3 changes: 2 additions & 1 deletion online-courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ library Akka.

## Scala 2 Courses

The above courses use Scala 3 (except the Spark courses). If needed, you can find
The above courses all use Scala 3. If needed, you can find
the (legacy) Scala 2 version of our courses here:

- [Functional Programming Principles in Scala (Scala 2 version)](https://www.coursera.org/learn/scala2-functional-programming)
- [Functional Program Design (Scala 2 version)](https://www.coursera.org/learn/scala2-functional-program-design)
- [Parallel Programming (Scala 2 version)](https://www.coursera.org/learn/scala2-parallel-programming)
- [Big Data Analysis with Scala and Spark (Scala 2 version)](https://www.coursera.org/learn/scala2-spark-big-data)
- [Programming Reactive Systems (Scala 2 version)](https://www.coursera.org/learn/scala2-akka-reactive)

## Other Online Resources
Expand Down