Skip to content

Commit 01f0c68

Browse files
authored
sbt 1.12.4 (#1403)
1 parent bb678ca commit 01f0c68

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

project/Docs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import com.typesafe.sbt.site.SitePlugin
1212
import SitePlugin.autoImport._
1313

1414
object Docs {
15-
lazy val targetSbtFullVersion = "1.12.3"
15+
lazy val targetSbtFullVersion = "1.12.4"
1616
lazy val sbtVersionForScalaDoc = "1.12.0"
1717
lazy val sbtWindowsBuild = targetSbtFullVersion
1818
lazy val scala3ExampleVersion = "3.7.2"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.12.3
1+
sbt.version=1.12.4

variables.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
const sbtVersion = "1.12.3";
1+
const sbtVersion = "1.12.4";
22
const scala3ExampleVersion = "3.7.2";
33
const releasesBase = "https://github.com/sbt/sbt/releases/download";
44
const VersionList = [
5+
{ v: "1.12.4" },
56
{ v: "1.12.3" },
67
{ v: "1.12.2" },
78
{ v: "1.12.1" },

0 commit comments

Comments
 (0)