From 361bdb2d3419bb633c9c31b2092f2ab2709f1c03 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 7 Jul 2024 19:47:40 -0400 Subject: [PATCH] sbt 1.10.1 --- project/Docs.scala | 2 +- project/build.properties | 2 +- variables.js | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/project/Docs.scala b/project/Docs.scala index 5da71788..81c86cd1 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.0" + lazy val targetSbtFullVersion = "1.10.1" 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 081fdbbc..ee4c672c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/variables.js b/variables.js index e7b17a3b..d0ddcc40 100644 --- a/variables.js +++ b/variables.js @@ -1,7 +1,8 @@ -const sbtVersion = "1.10.0"; +const sbtVersion = "1.10.1"; const scala3ExampleVersion = "3.3.1"; const releasesBase = "https://github.com/sbt/sbt/releases/download"; const VersionList = [ + { v: "1.10.1" }, { v: "1.10.0" }, { v: "1.9.9" }, { v: "1.9.8" },