Skip to content

Commit

Permalink
Update sbt to 1.9.7 (#2505)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Nov 8, 2023
1 parent f7bd300 commit 51f6cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ object Export extends ScalaCommand[ExportOptions] {
project.print(System.out)
}
else {
val sbtVersion = options.sbtVersion.getOrElse("1.9.3")
val sbtVersion = options.sbtVersion.getOrElse("1.9.7")

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

0 comments on commit 51f6cf9

Please sign in to comment.