Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbt 1.9.5 #1157

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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