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.0-RC3"
sbt_runner_version = "1.11.5"
sbt_version = "2.0.0-RC4"
sbt_runner_version = "1.11.6"
scala3_example_version = "3.7.2"
scala3_metabuild_version = "3.7.2"
scala2_13_example_version = "2.13.16"
Expand Down
2 changes: 1 addition & 1 deletion project/Docs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.typesafe.sbt.site.SitePlugin
import SitePlugin.autoImport._

object Docs {
lazy val targetSbtFullVersion = "1.11.5"
lazy val targetSbtFullVersion = "1.11.6"
lazy val sbtVersionForScalaDoc = targetSbtFullVersion
lazy val sbtWindowsBuild = targetSbtFullVersion
lazy val scala3ExampleVersion = "3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.5
sbt.version=1.11.6
3 changes: 2 additions & 1 deletion variables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const sbtVersion = "1.11.5";
const sbtVersion = "1.11.6";
const scala3ExampleVersion = "3.7.2";
const releasesBase = "https://github.com/sbt/sbt/releases/download";
const VersionList = [
{ v: "1.11.6" },
{ v: "1.11.5" },
{ v: "1.11.4" },
{ v: "1.11.3" },
Expand Down
Loading