Skip to content

Commit

Permalink
sbt 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 6, 2024
1 parent 7f50847 commit d936dbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.9.9"
lazy val targetSbtFullVersion = "1.10.0"
lazy val sbtVersionForScalaDoc = targetSbtFullVersion
lazy val sbtWindowsBuild = targetSbtFullVersion
lazy val scala3ExampleVersion = "3.3.1"
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.9.9
sbt.version=1.10.0
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.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" },
Expand Down

0 comments on commit d936dbc

Please sign in to comment.