Skip to content

Commit 48ea5ed

Browse files
Update sbt to 1.6.2 (#2093)
1 parent c7f1023 commit 48ea5ed

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
@@ -186,7 +186,7 @@ object Export extends ScalaCommand[ExportOptions] {
186186
project.print(System.out)
187187
}
188188
else {
189-
val sbtVersion = options.sbtVersion.getOrElse("1.6.1")
189+
val sbtVersion = options.sbtVersion.getOrElse("1.6.2")
190190

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

0 commit comments

Comments
 (0)