File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import com.typesafe.sbt.site.SitePlugin
1212import SitePlugin .autoImport ._
1313
1414object 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"
Original file line number Diff line number Diff line change 1- sbt.version =1.10.5
1+ sbt.version =1.10.6
Original file line number Diff line number Diff line change 1- const sbtVersion = "1.10.5 " ;
1+ const sbtVersion = "1.10.6 " ;
22const scala3ExampleVersion = "3.3.3" ;
33const releasesBase = "https://github.com/sbt/sbt/releases/download" ;
44const VersionList = [
5+ { v : "1.10.6" } ,
56 { v : "1.10.5" } ,
67 { v : "1.10.4" } ,
78 { v : "1.10.3" } ,
You can’t perform that action at this time.
0 commit comments