Skip to content

Commit

Permalink
Update sbt to 1.10.2 (#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 18, 2024
1 parent 56f14fe commit 793f91c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ object Export extends ScalaCommand[ExportOptions] {
project.print(System.out)
}
else {
val sbtVersion = options.sbtVersion.getOrElse("1.10.1")
val sbtVersion = options.sbtVersion.getOrElse("1.10.2")
val defaultMavenCompilerVersion = options.mvnVersion.getOrElse(Constants.mavenVersion)
val defaultScalaMavenCompilerVersion =
options.mvnScalaVersion.getOrElse(Constants.mavenScalaCompilerPluginVersion)
Expand Down

0 comments on commit 793f91c

Please sign in to comment.