Skip to content

Commit 307c350

Browse files
committed
sbt 1.10.6
1 parent 314cdec commit 307c350

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.10.5"
15+
lazy val targetSbtFullVersion = "1.10.6"
1616
lazy val sbtVersionForScalaDoc = targetSbtFullVersion
1717
lazy val sbtWindowsBuild = targetSbtFullVersion
1818
lazy val scala3ExampleVersion = "3.3.3"

project/build.properties

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

variables.js

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

0 commit comments

Comments
 (0)