Skip to content

Commit 51f6cf9

Browse files
Update sbt to 1.9.7 (#2505)
Co-authored-by: Piotr Chabelski <[email protected]>
1 parent f7bd300 commit 51f6cf9

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
@@ -193,7 +193,7 @@ object Export extends ScalaCommand[ExportOptions] {
193193
project.print(System.out)
194194
}
195195
else {
196-
val sbtVersion = options.sbtVersion.getOrElse("1.9.3")
196+
val sbtVersion = options.sbtVersion.getOrElse("1.9.7")
197197

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

0 commit comments

Comments
 (0)