Skip to content

Commit

Permalink
sbt 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 4, 2024
1 parent 6398586 commit 30d0077
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.4"
lazy val targetSbtFullVersion = "1.10.5"
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.4
sbt.version=1.10.5
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.4";
const sbtVersion = "1.10.5";
const scala3ExampleVersion = "3.3.3";
const releasesBase = "https://github.com/sbt/sbt/releases/download";
const VersionList = [
{ v: "1.10.5" },
{ v: "1.10.4" },
{ v: "1.10.3" },
{ v: "1.10.2" },
Expand Down

0 comments on commit 30d0077

Please sign in to comment.