Skip to content

Commit

Permalink
Merge pull request #1232 from eed3si9n/wip/1.10.2
Browse files Browse the repository at this point in the history
sbt 1.10.2
  • Loading branch information
eed3si9n authored Sep 16, 2024
2 parents 3935a8c + b37c137 commit b7ab92a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.1"
lazy val targetSbtFullVersion = "1.10.2"
lazy val sbtVersionForScalaDoc = targetSbtFullVersion
lazy val sbtWindowsBuild = targetSbtFullVersion
lazy val scala3ExampleVersion = "3.3.3"
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.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion src/pages/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Release Timeline

| sbt series  | Initial Release  | Current Release  | Status |
|------------|-------------------------:|:---------------:|-------------|
| 1.x | [2017-08-11][sbt_1.0.0] || On-going for 6 years and more |
| 1.x | [2017-08-11][sbt_1.0.0] || On-going for 7 years and more |
| 0.13.x | [2013-08-26][sbt_0.13.0] | No | [End of Life on 2018-11-30][sbt_0.13.18] after 5 years |
| 0.12.x | [2012-08-01][sbt_0.12.0] | No | Last released on [2013-06-27][sbt_0.12.4] |
| 0.11.x | [2011-09-24][sbt_0.11.0] | No | Last released on [2012-05-06][sbt_0.11.3] |
Expand Down
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.1";
const sbtVersion = "1.10.2";
const scala3ExampleVersion = "3.3.3";
const releasesBase = "https://github.com/sbt/sbt/releases/download";
const VersionList = [
{ v: "1.10.2" },
{ v: "1.10.1" },
{ v: "1.10.0" },
{ v: "1.9.9" },
Expand Down

0 comments on commit b7ab92a

Please sign in to comment.