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