Skip to content

Commit

Permalink
Merge pull request #1151 from eed3si9n/wip/1.9.2
Browse files Browse the repository at this point in the history
sbt 1.9.2
  • Loading branch information
eed3si9n authored Jul 10, 2023
2 parents d676661 + b548c02 commit 90caef3
Show file tree
Hide file tree
Showing 4 changed files with 18 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.9.0"
lazy val targetSbtFullVersion = "1.9.2"
lazy val sbtVersionForScalaDoc = targetSbtFullVersion
lazy val sbtWindowsBuild = targetSbtFullVersion
lazy val scala3ExampleVersion = "3.3.0"
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.9.0
sbt.version=1.9.2
14 changes: 14 additions & 0 deletions src/landing/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@ Universal packages
<h4>1.x</h4>
<ul>

<li>
sbt 1.9.2
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.zip">.zip</a>)
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.tgz">.tgz</a>)
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.2/sbt-1.9.2.msi">.msi</a>)
</li>

<li>
sbt 1.9.1
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.1/sbt-1.9.1.zip">.zip</a>)
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.1/sbt-1.9.1.tgz">.tgz</a>)
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.1/sbt-1.9.1.msi">.msi</a>)
</li>

<li>
sbt 1.9.0
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.zip">.zip</a>)
Expand Down
4 changes: 2 additions & 2 deletions src/reference/template.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app_version=1.9.0
windows_app_version=1.9.0
app_version=1.9.2
windows_app_version=1.9.2

color_scheme=github
example_scala_version=2.12.18
Expand Down

0 comments on commit 90caef3

Please sign in to comment.