Skip to content

Commit 1663ee2

Browse files
committed
docs: bump sbt version to latest
1 parent 36590cb commit 1663ee2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_overviews/scala3-book/tools-sbt.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create a file named _build.properties_ in the directory `project`, with
4848
the following content:
4949

5050
```text
51-
sbt.version=1.6.1
51+
sbt.version=1.10.11
5252
```
5353

5454
Then create a file named _build.sbt_ in the project root directory that contains this line:
@@ -358,7 +358,7 @@ Next, create a _build.properties_ file in the _project/_ subdirectory of your pr
358358
with this line:
359359
360360
```text
361-
sbt.version=1.5.4
361+
sbt.version=1.10.11
362362
```
363363
364364
Next, create a _build.sbt_ file in the root directory of your project with these contents:

_ru/scala3/book/tools-sbt.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ mkdir project
4848
Создайте файл с именем _build.properties_ в каталоге `project` со следующим содержимым:
4949

5050
```text
51-
sbt.version=1.6.1
51+
sbt.version=1.10.11
5252
```
5353

5454
Затем создайте файл с именем _build.sbt_ в корневом каталоге проекта, содержащий следующую строку:
@@ -354,7 +354,7 @@ $ mkdir project
354354
Затем создаем файл _build.properties_ в подкаталоге _project/_ проекта с такой строкой:
355355

356356
```text
357-
sbt.version=1.5.4
357+
sbt.version=1.10.11
358358
```
359359

360360
Создаем файл _build.sbt_ в корневом каталоге проекта со следующим содержимым:

_zh-cn/overviews/scala3-book/tools-sbt.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ mkdir project
5050
以下内容:
5151

5252
```text
53-
sbt.version=1.6.1
53+
sbt.version=1.10.11
5454
```
5555

5656
然后在包含此行的项目根目录中创建一个名为 _build.sbt_ 的文件:
@@ -350,7 +350,7 @@ $ mkdir project
350350
接下来,把下面这行代码用于在项目的 _project/_ 子目录中创建一个 _build.properties_ 文件:
351351
352352
```text
353-
sbt.version=1.5.4
353+
sbt.version=1.10.11
354354
```
355355
356356
接下来,在项目的根目录中创建一个 _build.sbt_ 文件,其中包含以下内容:

0 commit comments

Comments
 (0)