Skip to content

Commit

Permalink
sbt 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 14, 2023
1 parent 07fb22c commit 56d137c
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.4"
lazy val targetSbtFullVersion = "1.9.5"
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.4
sbt.version=1.9.5
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.5
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.5/sbt-1.9.5.zip">.zip</a>)
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.5/sbt-1.9.5.tgz">.tgz</a>)
(<a href="https://github.com/sbt/sbt/releases/download/v1.9.5/sbt-1.9.5.msi">.msi</a>)
</li>

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

color_scheme=github
example_scala_version=2.12.18
Expand Down

0 comments on commit 56d137c

Please sign in to comment.