From 4ea71467e1cacd8cfed8d504c9f0bb0a61d29224 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 2 Nov 2024 00:48:06 -0400 Subject: [PATCH] sbt 1.10.4 --- 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 b4bd9382..b0a9a7aa 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.3" + lazy val targetSbtFullVersion = "1.10.4" 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 bc739060..09feeeed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.3 +sbt.version=1.10.4 diff --git a/variables.js b/variables.js index 2ac1e62c..7c083198 100644 --- a/variables.js +++ b/variables.js @@ -1,7 +1,8 @@ -const sbtVersion = "1.10.3"; +const sbtVersion = "1.10.4"; const scala3ExampleVersion = "3.3.3"; const releasesBase = "https://github.com/sbt/sbt/releases/download"; const VersionList = [ + { v: "1.10.4" }, { v: "1.10.3" }, { v: "1.10.2" }, { v: "1.10.1" },