Skip to content

Commit

Permalink
Update scripted-plugin to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 12, 2024
1 parent 11e33b3 commit 9dddebe
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 @@ -12,7 +12,7 @@ lazy val root = (project in file("."))
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
scriptedBufferLog := false,
// sbt-unidoc requires sbt 1.5.0 and up
pluginCrossBuild / sbtVersion := "1.5.0",
pluginCrossBuild / sbtVersion := "1.5.8",
)

Global / onChangedBuildSource := ReloadOnSourceChanges
Expand Down

0 comments on commit 9dddebe

Please sign in to comment.