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

Add tools-sbt.md, tools-worksheets.md in ru #2925

Merged
merged 2 commits into from
Nov 20, 2023
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 _overviews/scala3-book/tools-sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Building and Testing Scala Projects with sbt
type: section
description: This section looks at a commonly-used build tool, sbt, and a testing library, ScalaTest.
languages: [zh-cn]
languages: [ru, zh-cn]
num: 70
previous-page: scala-tools
next-page: tools-worksheets
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/tools-worksheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Worksheets
type: section
description: This section looks at worksheets, an alternative to Scala projects.
languages: [zh-cn]
languages: [ru, zh-cn]
num: 71
previous-page: tools-sbt
next-page: interacting-with-java
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/scala-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: В этой главе рассматриваются два шир
language: ru
num: 69
previous-page: concurrency
next-page:
next-page: tools-sbt
---

В этой главе представлены два способа написания и запуска программ в Scala:
Expand Down
Loading
Loading