Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:

scala-version: 2.13.16
scala-212-version: 2.12.20
scala-3-version: 3.7.2
scala-3-version: 3.7.3

collections:
style:
Expand Down
2 changes: 1 addition & 1 deletion _ru/online-courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ redirect-from:

## Упражнения на языке Scala

[Scala Exercises](https://www.scala-exercises.org/) — это серия уроков и упражнений, созданных [47 Degrees](https://www.47deg.com/).
[Scala Exercises](https://www.scala-exercises.org/) — это серия уроков и упражнений, созданных [47 Degrees](https://xebia.com/).
Это отличный способ получить краткое представление о Scala и одновременно проверить свои знания.

[Tour of Scala](https://tourofscala.com) шаг за шагом знакомит вас со Scala, от новичка до эксперта.
Expand Down
2 changes: 2 additions & 0 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/

## Previous releases

* Scala 3.7.2
* [Library API](https://www.scala-lang.org/api/3.7.2/)
* Scala 3.7.1
* [Library API](https://www.scala-lang.org/api/3.7.1/)
* Scala 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion online-courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In the [Scala Learning Discord](http://sca.la/learning-community), you can conne

### Scala Exercises

[Scala Exercises](https://www.scala-exercises.org/) is a series of lessons and exercises created by [47 Degrees](https://www.47deg.com/).
[Scala Exercises](https://www.scala-exercises.org/) is a series of lessons and exercises created by [47 Degrees](https://xebia.com/).
It's a great way to get a brief introduction to Scala while testing your knowledge along the way.
It also covers some libraries of the ecosystem such as cats, doobie, scalacheck etc.

Expand Down