@@ -34,15 +34,15 @@ sbt -v[erbosely] creating a new project built with the latest scala 2.12.x.
3434[addSbt] arg = '++ 2.12.20'
3535[residual] arg = 'about'
3636No extra sbt options have been defined
37- Detected sbt version 1.11.0
37+ Detected sbt version 1.11.2
3838Using default jvm options
3939Detected Java version: 8
4040# Executing command line:
4141java
4242-Xms512m
4343-Xss2m
4444-jar
45- $HOME/.sbt/launchers/1.11.0 /sbt-launch.jar
45+ $HOME/.sbt/launchers/1.11.2 /sbt-launch.jar
4646"++ 2.12.20"
4747about
4848
@@ -55,7 +55,7 @@ saving stty: [..]
5555[info] Setting Scala version to 2.12.20 on 1 projects.
5656[info] Reapplying settings...
5757[info] Set current project to [..] (in build file:[..])
58- [info] This is sbt 1.11.0
58+ [info] This is sbt 1.11.2
5959[info] The current project is ProjectRef(uri("file:[..]"), "[..]") [..]
6060[info] The current project is built against Scala 2.12.20
6161[info] Available Plugins
@@ -92,10 +92,10 @@ are not special.
9292 -prompt <expr> Set the sbt prompt; in expr, 's' is the State and 'e' is Extracted
9393 -script <file> Run the specified file as a scala script
9494
95- # sbt version (default: sbt.version from project/build.properties if present, otherwise 1.11.0 )
96- -sbt-version <version> use the specified version of sbt (default: 1.11.0 )
97- -sbt-force-latest force the use of the latest release of sbt: 1.11.0
98- -sbt-dev use the latest pre-release version of sbt: 1.11.0
95+ # sbt version (default: sbt.version from project/build.properties if present, otherwise 1.11.2 )
96+ -sbt-version <version> use the specified version of sbt (default: 1.11.2 )
97+ -sbt-force-latest force the use of the latest release of sbt: 1.11.2
98+ -sbt-dev use the latest pre-release version of sbt: 1.11.2
9999 -sbt-jar <path> use the specified jar as the sbt launcher
100100 -sbt-launch-dir <path> directory to hold sbt launchers (default: ~/.sbt/launchers)
101101 -sbt-launch-repo <url> repo url for downloading sbt launcher jar (default: https://repo.scala-sbt.org/scalasbt/maven-releases)
0 commit comments