diff --git a/project/Docs.scala b/project/Docs.scala index eecc92e0..03f4b618 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.10.5" + lazy val targetSbtFullVersion = "1.10.6" lazy val sbtVersionForScalaDoc = targetSbtFullVersion lazy val sbtWindowsBuild = targetSbtFullVersion lazy val scala3ExampleVersion = "3.3.3" diff --git a/project/build.properties b/project/build.properties index db1723b0..e88a0d81 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.5 +sbt.version=1.10.6 diff --git a/variables.js b/variables.js index fd1197ed..0907f52c 100644 --- a/variables.js +++ b/variables.js @@ -1,7 +1,8 @@ -const sbtVersion = "1.10.5"; +const sbtVersion = "1.10.6"; const scala3ExampleVersion = "3.3.3"; const releasesBase = "https://github.com/sbt/sbt/releases/download"; const VersionList = [ + { v: "1.10.6" }, { v: "1.10.5" }, { v: "1.10.4" }, { v: "1.10.3" },