Skip to content

Commit

Permalink
Merge pull request #1218 from eed3si9n/wip/1.10.1
Browse files Browse the repository at this point in the history
sbt 1.10.1
  • Loading branch information
eed3si9n committed Jul 8, 2024
2 parents 8105a33 + 361bdb2 commit b833b94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.10.0"
lazy val targetSbtFullVersion = "1.10.1"
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.10.0
sbt.version=1.10.1
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.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" },
Expand Down

0 comments on commit b833b94

Please sign in to comment.