Skip to content

Commit 2a404aa

Browse files
authored
1.12.1 (#1388)
1 parent 110c409 commit 2a404aa

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

project/Docs.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import com.typesafe.sbt.site.SitePlugin
1212
import SitePlugin.autoImport._
1313

1414
object Docs {
15-
lazy val targetSbtFullVersion = "1.12.0"
16-
lazy val sbtVersionForScalaDoc = targetSbtFullVersion
15+
lazy val targetSbtFullVersion = "1.12.1"
16+
lazy val sbtVersionForScalaDoc = "1.12.0"
1717
lazy val sbtWindowsBuild = targetSbtFullVersion
1818
lazy val scala3ExampleVersion = "3.7.2"
1919

project/build.properties

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

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.0";
1+
const sbtVersion = "1.12.1";
22
const scala3ExampleVersion = "3.7.2";
33
const releasesBase = "https://github.com/sbt/sbt/releases/download";
44
const VersionList = [
5+
{ v: "1.12.1" },
56
{ v: "1.12.0" },
67
{ v: "1.11.7" },
78
{ v: "1.11.6" },

0 commit comments

Comments
 (0)