Skip to content

Commit

Permalink
sbt 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 20, 2024
1 parent 02d424e commit ea0fb37
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.2"
lazy val targetSbtFullVersion = "1.10.3"
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.2
sbt.version=1.10.3
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.2";
const sbtVersion = "1.10.3";
const scala3ExampleVersion = "3.3.3";
const releasesBase = "https://github.com/sbt/sbt/releases/download";
const VersionList = [
{ v: "1.10.3" },
{ v: "1.10.2" },
{ v: "1.10.1" },
{ v: "1.10.0" },
Expand Down

0 comments on commit ea0fb37

Please sign in to comment.