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.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"
Original file line number Diff line number Diff line change 1- sbt.version =1.12.3
1+ sbt.version =1.12.4
Original file line number Diff line number Diff line change 1- const sbtVersion = "1.12.3 " ;
1+ const sbtVersion = "1.12.4 " ;
22const scala3ExampleVersion = "3.7.2" ;
33const releasesBase = "https://github.com/sbt/sbt/releases/download" ;
44const VersionList = [
5+ { v : "1.12.4" } ,
56 { v : "1.12.3" } ,
67 { v : "1.12.2" } ,
78 { v : "1.12.1" } ,
You can’t perform that action at this time.
0 commit comments