Skip to content

Commit

Permalink
Update sbt to 1.10.1 (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 11, 2024
1 parent 66298a5 commit 36cca84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ object Export extends ScalaCommand[ExportOptions] {
project.print(System.out)
}
else {
val sbtVersion = options.sbtVersion.getOrElse("1.10.0")
val sbtVersion = options.sbtVersion.getOrElse("1.10.1")

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

0 comments on commit 36cca84

Please sign in to comment.