Skip to content

Commit 1b216d1

Browse files
authored
Merge pull request #1510 from eed3si9n/wip/2.0.6
sbt 2.0.6
2 parents 06d13f1 + 0f5b30b commit 1b216d1

11 files changed

Lines changed: 51 additions & 51 deletions

book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ cname = "www.scala-sbt.org"
1818
[preprocessor.variables]
1919

2020
[preprocessor.variables.variables]
21-
sbt_version = "2.0.5"
22-
sbt_runner_version = "2.0.5"
21+
sbt_version = "2.0.6"
22+
sbt_runner_version = "2.0.6"
2323
scala3_example_version = "3.8.4"
2424
scala3_metabuild_version = "3.8.4"
2525
scala2_13_example_version = "2.13.18"

landing/_data/versions.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
const sbtVersion = "2.0.5";
1+
const sbtVersion = "2.0.6";
22
const scala3ExampleVersion = "3.8.4";
33
const releasesBase = "https://github.com/sbt/sbt/releases/download";
44
const VersionList2 = [
5-
{ v: "2.0.5" },
5+
{ v: "2.0.6" },
66
{ v: "2.0.4" },
77
{ v: "2.0.3" },
88
{ v: "2.0.2" },
99
{ v: "2.0.1" },
1010
{ v: "2.0.0" },
1111
];
1212
const VersionList1 = [
13+
{ v: "1.12.15" },
1314
{ v: "1.12.14" },
1415
{ v: "1.12.13" },
1516
{ v: "1.12.12" },

po/summary/changes/migrating-from-sbt-1x.ja.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-04T14:36:54-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:02-04:00\n"
55
"PO-Revision-Date: 2024-10-30T01:14:09-04:00\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -202,19 +202,19 @@ msgid ""
202202
"classpath during compilation or testing. This will reduce the number of "
203203
"files on the classpath and reduce the hashing overhead."
204204
msgstr ""
205-
"`exportJars` のデフォルトが `false` から `true` に変更され、コンパイルやテスト"
206-
"時に JAR ファイルがクラスパスに追加されるようになった。これにより、クラスパス"
207-
"上のファイル数が減り、ハッシュ化のオーバーヘッドが削減される。"
205+
"`exportJars` のデフォルトが `false` から `true` に変更され、コンパイルやテス"
206+
"ト時に JAR ファイルがクラスパスに追加されるようになった。これにより、クラスパ"
207+
"ス上のファイル数が減り、ハッシュ化のオーバーヘッドが削減される。"
208208

209209
#: src/reference/changes/migrating-from-sbt-1.x.md:85
210210
msgid ""
211211
"As a side effect, this might break conversion from the resource URI to Path "
212212
"if you were calling `Path.of(...)`. We recommend migrating the code as "
213213
"follows:"
214214
msgstr ""
215-
"副作用として、`Path.of(...)` を呼び出していた場合、リソース URI から Path への"
216-
"変換が壊れる可能性がある。以下のようにコードをマイグレーションすることを推奨"
217-
"する:"
215+
"副作用として、`Path.of(...)` を呼び出していた場合、リソース URI から Path "
216+
"の変換が壊れる可能性がある。以下のようにコードをマイグレーションすることを推"
217+
"奨する:"
218218

219219
#: src/reference/changes/migrating-from-sbt-1.x.md:89
220220
msgid "\"/test-resource.txt\""
@@ -226,8 +226,8 @@ msgid ""
226226
"in [\\#7464](https://github.com/sbt/sbt/pull/7464). See also [blog](https://"
227227
"eed3si9n.com/sbt-remote-cache/)."
228228
msgstr ""
229-
"`exportJars` を `false` に戻すことでオプトアウトできる。この変更は "
230-
"[\\#7464](https://github.com/sbt/sbt/pull/7464) で導入された。[ブログ](https://"
229+
"`exportJars` を `false` に戻すことでオプトアウトできる。この変更は [\\#7464]"
230+
"(https://github.com/sbt/sbt/pull/7464) で導入された。[ブログ](https://"
231231
"eed3si9n.com/sbt-remote-cache/) も参照。"
232232

233233
#: src/reference/changes/migrating-from-sbt-1.x.md:96
@@ -389,7 +389,7 @@ msgid "\"1.5.8\""
389389
msgstr ""
390390

391391
#: src/reference/changes/migrating-from-sbt-1.x.md:163
392-
msgid "\"2.0.5\""
392+
msgid "\"2.0.6\""
393393
msgstr ""
394394

395395
#: src/reference/changes/migrating-from-sbt-1.x.md:169
@@ -514,11 +514,11 @@ msgid ""
514514
"close all threads priror to the completion of the test task may experience "
515515
"runtime errors like `ClassNotFound`."
516516
msgstr ""
517-
"sbt 2.0.5 より、インプロセスのアドホックなテスト ClassLoader をクローズする"
518-
"ため、`closeClassLoaders` セッティングのデフォルトが `true` になった。これは "
519-
"Windows で観察された `AccessDeniedException` を修正することを意図している。"
520-
"アドホックなテスト ClassLoader をクローズしても多くの場合は問題無いが、テスト"
521-
"タスクの完了前に全スレッドをクローズしないテストやライブラリによっては "
517+
"sbt 2.0.5 より、インプロセスのアドホックなテスト ClassLoader をクローズするた"
518+
"、`closeClassLoaders` セッティングのデフォルトが `true` になった。これは "
519+
"Windows で観察された `AccessDeniedException` を修正することを意図している。"
520+
"ドホックなテスト ClassLoader をクローズしても多くの場合は問題無いが、テストタ"
521+
"スクの完了前に全スレッドをクローズしないテストやライブラリによっては "
522522
"`ClassNotFound` のような実行時エラーが発生する可能性がある。"
523523

524524
#: src/reference/changes/migrating-from-sbt-1.x.md:217

po/summary/changes/migrating-from-sbt-1x.zh-cn.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-04T14:37:00-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:06-04:00\n"
55
"PO-Revision-Date: 2024-10-30T03:50:36-04:00\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -371,7 +371,7 @@ msgid "\"1.5.8\""
371371
msgstr ""
372372

373373
#: src/reference/changes/migrating-from-sbt-1.x.md:163
374-
msgid "\"2.0.5\""
374+
msgid "\"2.0.6\""
375375
msgstr ""
376376

377377
#: src/reference/changes/migrating-from-sbt-1.x.md:169
@@ -472,8 +472,7 @@ msgstr ""
472472
msgid ""
473473
"You can use `Compile / run / baseDirectory` to move this back to "
474474
"`baseDirectory`:"
475-
msgstr ""
476-
"您可以使用 `Compile / run / baseDirectory` 将其改回 `baseDirectory`:"
475+
msgstr "您可以使用 `Compile / run / baseDirectory` 将其改回 `baseDirectory`:"
477476

478477
#: src/reference/changes/migrating-from-sbt-1.x.md:212
479478
msgid "Test classloader"

po/summary/installing-sbt-runner.ja.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-03T20:04:19-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:01-04:00\n"
55
"PO-Revision-Date: 2024-10-31 02:44-0400\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -75,26 +75,26 @@ msgstr "ユニバーサル・パッケージ"
7575

7676
#: src/reference/Setup.md:32
7777
msgid ""
78-
"[sbt-2.0.5.zip](https://github.com/sbt/sbt/releases/download/v2.0.5/"
79-
"sbt-2.0.5.zip)"
78+
"[sbt-2.0.6.zip](https://github.com/sbt/sbt/releases/download/v2.0.6/"
79+
"sbt-2.0.6.zip)"
8080
msgstr ""
8181

8282
#: src/reference/Setup.md:33
8383
msgid ""
84-
"[sbt-2.0.5.tgz](https://github.com/sbt/sbt/releases/download/v2.0.5/"
85-
"sbt-2.0.5.tgz)"
84+
"[sbt-2.0.6.tgz](https://github.com/sbt/sbt/releases/download/v2.0.6/"
85+
"sbt-2.0.6.tgz)"
8686
msgstr ""
8787

8888
#: src/reference/Setup.md:34
8989
msgid ""
90-
"[sbt-2.0.5.msi](https://github.com/sbt/sbt/releases/download/v2.0.5/"
91-
"sbt-2.0.5.msi)"
90+
"[sbt-2.0.6.msi](https://github.com/sbt/sbt/releases/download/v2.0.6/"
91+
"sbt-2.0.6.msi)"
9292
msgstr ""
9393

9494
#: src/reference/Setup.md:36
9595
msgid "Verify the sbt runner"
9696
msgstr "sbt runner の確認"
9797

9898
#: src/reference/Setup.md:40
99-
msgid "# 2.0.5\n"
99+
msgid "# 2.0.6\n"
100100
msgstr ""

po/summary/installing-sbt-runner.zh-cn.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-03T20:04:24-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:06-04:00\n"
55
"PO-Revision-Date: 2024-10-31 03:13-0400\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -70,26 +70,26 @@ msgstr "通用的包安装"
7070

7171
#: src/reference/Setup.md:32
7272
msgid ""
73-
"[sbt-2.0.5.zip](https://github.com/sbt/sbt/releases/download/v2.0.5/"
74-
"sbt-2.0.5.zip)"
73+
"[sbt-2.0.6.zip](https://github.com/sbt/sbt/releases/download/v2.0.6/"
74+
"sbt-2.0.6.zip)"
7575
msgstr ""
7676

7777
#: src/reference/Setup.md:33
7878
msgid ""
79-
"[sbt-2.0.5.tgz](https://github.com/sbt/sbt/releases/download/v2.0.5/"
80-
"sbt-2.0.5.tgz)"
79+
"[sbt-2.0.6.tgz](https://github.com/sbt/sbt/releases/download/v2.0.6/"
80+
"sbt-2.0.6.tgz)"
8181
msgstr ""
8282

8383
#: src/reference/Setup.md:34
8484
msgid ""
85-
"[sbt-2.0.5.msi](https://github.com/sbt/sbt/releases/download/v2.0.5/"
86-
"sbt-2.0.5.msi)"
85+
"[sbt-2.0.6.msi](https://github.com/sbt/sbt/releases/download/v2.0.6/"
86+
"sbt-2.0.6.msi)"
8787
msgstr ""
8888

8989
#: src/reference/Setup.md:36
9090
msgid "Verify the sbt runner"
9191
msgstr "验证 sbt runner"
9292

9393
#: src/reference/Setup.md:40
94-
msgid "# 2.0.5\n"
94+
msgid "# 2.0.6\n"
9595
msgstr ""

po/summary/reference/input-task.ja.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-03T20:04:20-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:02-04:00\n"
55
"PO-Revision-Date: 2025-10-03 01:34-0400\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -192,7 +192,7 @@ msgid ""
192192
"This Parser definition will produce a value of type `(String,String)`. The "
193193
"input syntax defined isn't very flexible; it is just a demonstration. It "
194194
"will produce one of the following values for a successful parse (assuming "
195-
"the current Scala version is 3.8.4, the current sbt version is 2.0.5, and "
195+
"the current Scala version is 3.8.4, the current sbt version is 2.0.6, and "
196196
"there are 3 commands left to run):"
197197
msgstr ""
198198
"この Parser 定義は `(String,String)` 型の値を生成する。定義した入力構文は柔軟"
@@ -205,7 +205,7 @@ msgid "(scala,3.8.4)"
205205
msgstr ""
206206

207207
#: src/reference/reference/input-task.md:106
208-
msgid "(sbt,2.0.5)"
208+
msgid "(sbt,2.0.6)"
209209
msgstr ""
210210

211211
#: src/reference/reference/input-task.md:107

po/summary/reference/input-task.zh-cn.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-03T20:04:24-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:06-04:00\n"
55
"PO-Revision-Date: 2024-10-30T03:50:36-04:00\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -179,7 +179,7 @@ msgid ""
179179
"This Parser definition will produce a value of type `(String,String)`. The "
180180
"input syntax defined isn't very flexible; it is just a demonstration. It "
181181
"will produce one of the following values for a successful parse (assuming "
182-
"the current Scala version is 3.8.4, the current sbt version is 2.0.5, and "
182+
"the current Scala version is 3.8.4, the current sbt version is 2.0.6, and "
183183
"there are 3 commands left to run):"
184184
msgstr ""
185185
"该 Parser 定义将产生类型为 `(String,String)` 的值。定义的输入语法不够灵活,仅"
@@ -191,7 +191,7 @@ msgid "(scala,3.8.4)"
191191
msgstr ""
192192

193193
#: src/reference/reference/input-task.md:106
194-
msgid "(sbt,2.0.5)"
194+
msgid "(sbt,2.0.6)"
195195
msgstr ""
196196

197197
#: src/reference/reference/input-task.md:107

po/summary/sbt-by-example.ja.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-03T20:04:19-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:01-04:00\n"
55
"PO-Revision-Date: 2025-08-08 03:48-0400\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -32,7 +32,7 @@ msgid "Create a minimum sbt build"
3232
msgstr "最小 sbt ビルドを作る"
3333

3434
#: src/reference/sbt-by-example.md:21
35-
msgid "\"sbt.version=2.0.5\""
35+
msgid "\"sbt.version=2.0.6\""
3636
msgstr ""
3737

3838
#: src/reference/sbt-by-example.md:24

po/summary/sbt-by-example.zh-cn.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: The Book of sbt\n"
4-
"POT-Creation-Date: 2026-08-03T20:04:24-04:00\n"
4+
"POT-Creation-Date: 2026-08-07T14:58:06-04:00\n"
55
"PO-Revision-Date: 2025-09-16 01:29-0400\n"
66
"Last-Translator: Automatically generated\n"
77
"Language-Team: none\n"
@@ -29,7 +29,7 @@ msgid "Create a minimum sbt build"
2929
msgstr "创建一个最小的 sbt 构建"
3030

3131
#: src/reference/sbt-by-example.md:21
32-
msgid "\"sbt.version=2.0.5\""
32+
msgid "\"sbt.version=2.0.6\""
3333
msgstr ""
3434

3535
#: src/reference/sbt-by-example.md:24

0 commit comments

Comments
 (0)