We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f1023 commit 48ea5edCopy full SHA for 48ea5ed
modules/cli/src/main/scala/scala/cli/commands/export0/Export.scala
@@ -186,7 +186,7 @@ object Export extends ScalaCommand[ExportOptions] {
186
project.print(System.out)
187
}
188
else {
189
- val sbtVersion = options.sbtVersion.getOrElse("1.6.1")
+ val sbtVersion = options.sbtVersion.getOrElse("1.6.2")
190
191
def sbtProjectDescriptor0 =
192
sbtProjectDescriptor(options.sbtSetting.map(_.trim).filter(_.nonEmpty), sbtVersion, logger)
0 commit comments