Skip to content

Commit 36cca84

Browse files
Update sbt to 1.10.1 (#3015)
1 parent 66298a5 commit 36cca84

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
@@ -211,7 +211,7 @@ object Export extends ScalaCommand[ExportOptions] {
211211
project.print(System.out)
212212
}
213213
else {
214-
val sbtVersion = options.sbtVersion.getOrElse("1.10.0")
214+
val sbtVersion = options.sbtVersion.getOrElse("1.10.1")
215215

216216
def sbtProjectDescriptor0 =
217217
sbtProjectDescriptor(options.sbtSetting.map(_.trim).filter(_.nonEmpty), sbtVersion, logger)

0 commit comments

Comments
 (0)