Skip to content

Commit 793f91c

Browse files
Update sbt to 1.10.2 (#3180)
1 parent 56f14fe commit 793f91c

File tree

1 file changed

+1
-1
lines changed
  • modules/cli/src/main/scala/scala/cli/commands/export0

1 file changed

+1
-1
lines changed

modules/cli/src/main/scala/scala/cli/commands/export0/Export.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ object Export extends ScalaCommand[ExportOptions] {
238238
project.print(System.out)
239239
}
240240
else {
241-
val sbtVersion = options.sbtVersion.getOrElse("1.10.1")
241+
val sbtVersion = options.sbtVersion.getOrElse("1.10.2")
242242
val defaultMavenCompilerVersion = options.mvnVersion.getOrElse(Constants.mavenVersion)
243243
val defaultScalaMavenCompilerVersion =
244244
options.mvnScalaVersion.getOrElse(Constants.mavenScalaCompilerPluginVersion)

0 commit comments

Comments
 (0)