diff --git a/book.toml b/book.toml index bf5173c6..d67e6dc8 100644 --- a/book.toml +++ b/book.toml @@ -14,7 +14,7 @@ cname = "www.scala-sbt.org" [preprocessor.variables.variables] sbt_version = "2.0.0-alpha7" -sbt_runner_version = "1.9.9" +sbt_runner_version = "1.10.0" scala3_example_version = "3.3.1" [preprocessor.admonish] diff --git a/project/Docs.scala b/project/Docs.scala index d933d626..5da71788 100644 --- a/project/Docs.scala +++ b/project/Docs.scala @@ -12,7 +12,7 @@ import com.typesafe.sbt.site.SitePlugin import SitePlugin.autoImport._ object Docs { - lazy val targetSbtFullVersion = "1.9.9" + lazy val targetSbtFullVersion = "1.10.0" lazy val sbtVersionForScalaDoc = targetSbtFullVersion lazy val sbtWindowsBuild = targetSbtFullVersion lazy val scala3ExampleVersion = "3.3.1" diff --git a/project/build.properties b/project/build.properties index 04267b14..081fdbbc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0 diff --git a/variables.js b/variables.js index 602d7609..e7b17a3b 100644 --- a/variables.js +++ b/variables.js @@ -1,7 +1,8 @@ -const sbtVersion = "1.9.9"; +const sbtVersion = "1.10.0"; const scala3ExampleVersion = "3.3.1"; const releasesBase = "https://github.com/sbt/sbt/releases/download"; const VersionList = [ + { v: "1.10.0" }, { v: "1.9.9" }, { v: "1.9.8" }, { v: "1.9.7" },