Skip to content

Commit 5596076

Browse files
committed
Update sbt to 1.9.8
1 parent 077dbad commit 5596076

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
@@ -198,7 +198,7 @@ object Export extends ScalaCommand[ExportOptions] {
198198
project.print(System.out)
199199
}
200200
else {
201-
val sbtVersion = options.sbtVersion.getOrElse("1.9.7")
201+
val sbtVersion = options.sbtVersion.getOrElse("1.9.8")
202202

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

0 commit comments

Comments
 (0)