Skip to content

Update to Scala 2.13.1 #89

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 2 commits into from
Feb 3, 2020
Merged

Update to Scala 2.13.1 #89

merged 2 commits into from
Feb 3, 2020

Conversation

kiroco12
Copy link
Contributor

This PR updates the library to Scala 2.13.1 and some exercises to avoid deprecations.

@@ -43,29 +43,29 @@ object LazyEvaluation extends ScalaTutorialSection {
* - Avoid computing the tail of a sequence until it is needed for the evaluation
* result (which might be never)
*
* This idea is implemented in a new class, the `Stream`.
* This idea is implemented in a new class, the `LazyList`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this needs a good rewording

Copy link
Contributor

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 on green

@kiroco12 kiroco12 merged commit 42be6ff into master Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants