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 077dbad commit 5596076Copy full SHA for 5596076
modules/cli/src/main/scala/scala/cli/commands/export0/Export.scala
@@ -198,7 +198,7 @@ object Export extends ScalaCommand[ExportOptions] {
198
project.print(System.out)
199
}
200
else {
201
- val sbtVersion = options.sbtVersion.getOrElse("1.9.7")
+ val sbtVersion = options.sbtVersion.getOrElse("1.9.8")
202
203
def sbtProjectDescriptor0 =
204
sbtProjectDescriptor(options.sbtSetting.map(_.trim).filter(_.nonEmpty), sbtVersion, logger)
0 commit comments