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 56f14fe commit 793f91cCopy full SHA for 793f91c
modules/cli/src/main/scala/scala/cli/commands/export0/Export.scala
@@ -238,7 +238,7 @@ object Export extends ScalaCommand[ExportOptions] {
238
project.print(System.out)
239
}
240
else {
241
- val sbtVersion = options.sbtVersion.getOrElse("1.10.1")
+ val sbtVersion = options.sbtVersion.getOrElse("1.10.2")
242
val defaultMavenCompilerVersion = options.mvnVersion.getOrElse(Constants.mavenVersion)
243
val defaultScalaMavenCompilerVersion =
244
options.mvnScalaVersion.getOrElse(Constants.mavenScalaCompilerPluginVersion)
0 commit comments