Skip to content

Commit

Permalink
sbt 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 15, 2023
1 parent 894936b commit 2726c37
Show file tree
Hide file tree
Showing 4 changed files with 11 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.5"
lazy val targetSbtFullVersion = "1.9.6"
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.5
sbt.version=1.9.6
7 changes: 7 additions & 0 deletions src/landing/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ Universal packages
<h4>1.x</h4>
<ul>

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

<li>
sbt 1.9.5
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.5/sbt-1.9.5.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.5
windows_app_version=1.9.5
app_version=1.9.6
windows_app_version=1.9.6

color_scheme=github
example_scala_version=2.12.18
Expand Down

0 comments on commit 2726c37

Please sign in to comment.