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
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cname = "www.scala-sbt.org"
[preprocessor.variables]

[preprocessor.variables.variables]
sbt_version = "2.0.4"
sbt_runner_version = "2.0.4"
sbt_version = "2.0.5"
sbt_runner_version = "2.0.5"
scala3_example_version = "3.8.4"
scala3_metabuild_version = "3.8.4"
scala2_13_example_version = "2.13.18"
Expand Down
3 changes: 2 additions & 1 deletion landing/_data/versions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const sbtVersion = "2.0.4";
const sbtVersion = "2.0.5";
const scala3ExampleVersion = "3.8.4";
const releasesBase = "https://github.com/sbt/sbt/releases/download";
const VersionList2 = [
{ v: "2.0.5" },
{ v: "2.0.4" },
{ v: "2.0.3" },
{ v: "2.0.2" },
Expand Down
4 changes: 2 additions & 2 deletions po/summary/changes/migrating-from-sbt-1x.ja.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: The Book of sbt\n"
"POT-Creation-Date: 2026-07-26T20:57:30-04:00\n"
"POT-Creation-Date: 2026-08-03T20:04:19-04:00\n"
"PO-Revision-Date: 2024-10-30T01:14:09-04:00\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -373,7 +373,7 @@ msgid "\"1.5.8\""
msgstr ""

#: src/reference/changes/migrating-from-sbt-1.x.md:152
msgid "\"2.0.4\""
msgid "\"2.0.5\""
msgstr ""

#: src/reference/changes/migrating-from-sbt-1.x.md:158
Expand Down
4 changes: 2 additions & 2 deletions po/summary/changes/migrating-from-sbt-1x.zh-cn.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: The Book of sbt\n"
"POT-Creation-Date: 2026-07-26T20:57:51-04:00\n"
"POT-Creation-Date: 2026-08-03T20:04:24-04:00\n"
"PO-Revision-Date: 2024-10-30T03:50:36-04:00\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -356,7 +356,7 @@ msgid "\"1.5.8\""
msgstr ""

#: src/reference/changes/migrating-from-sbt-1.x.md:152
msgid "\"2.0.4\""
msgid "\"2.0.5\""
msgstr ""

#: src/reference/changes/migrating-from-sbt-1.x.md:158
Expand Down
Loading