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 f7bd300 commit 51f6cf9Copy full SHA for 51f6cf9
modules/cli/src/main/scala/scala/cli/commands/export0/Export.scala
@@ -193,7 +193,7 @@ object Export extends ScalaCommand[ExportOptions] {
193
project.print(System.out)
194
}
195
else {
196
- val sbtVersion = options.sbtVersion.getOrElse("1.9.3")
+ val sbtVersion = options.sbtVersion.getOrElse("1.9.7")
197
198
def sbtProjectDescriptor0 =
199
sbtProjectDescriptor(options.sbtSetting.map(_.trim).filter(_.nonEmpty), sbtVersion, logger)
0 commit comments