Skip to content

Commit

Permalink
bump: scripted-plugin 1.0.4 (was 1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2024
1 parent 488688e commit a4502c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ lazy val plugin = project
name := "sbt-paradox",
sbtPlugin := true,
addSbtPlugin(Library.sbtWeb),
pluginCrossBuild / sbtVersion := "1.0.0", // support all sbt 1.x
pluginCrossBuild / sbtVersion := "1.0.4", // support all sbt 1.x
scriptedSbt := sbtVersion.value, // run scripted tests against build sbt by default
scriptedLaunchOpts += ("-Dproject.version=" + version.value),
scriptedLaunchOpts ++= ManagementFactory.getRuntimeMXBean.getInputArguments.asScala
Expand Down

0 comments on commit a4502c8

Please sign in to comment.