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 66298a5 commit 36cca84Copy full SHA for 36cca84
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.10.0")
+ val sbtVersion = options.sbtVersion.getOrElse("1.10.1")
215
216
def sbtProjectDescriptor0 =
217
sbtProjectDescriptor(options.sbtSetting.map(_.trim).filter(_.nonEmpty), sbtVersion, logger)
0 commit comments