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 cf3a62b commit b344478Copy full SHA for b344478
modules/cli/src/main/scala/scala/cli/commands/export0/Export.scala
@@ -211,7 +211,7 @@ object Export extends ScalaCommand[ExportOptions] {
211
project.print(System.out)
212
}
213
else {
214
- val sbtVersion = options.sbtVersion.getOrElse("1.9.9")
+ val sbtVersion = options.sbtVersion.getOrElse("1.10.0")
215
216
def sbtProjectDescriptor0 =
217
sbtProjectDescriptor(options.sbtSetting.map(_.trim).filter(_.nonEmpty), sbtVersion, logger)
0 commit comments