Skip to content

Commit

Permalink
Ignore updates for pluginCrossBuild / sbtVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Nov 8, 2024
1 parent 49beaec commit a1f06d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,19 @@ lazy val `sbt-plugin-1_3_11` = myCrossProject("sbt-plugin-1_3_11")
.settings(
scalaVersion := Scala212,
sbtPlugin := true,
// scala-steward:off
pluginCrossBuild / sbtVersion := "1.3.11"
// scala-steward:on
)

lazy val `sbt-plugin-1_0_0` = myCrossProject("sbt-plugin-1_0_0")
.settings(noPublishSettings)
.settings(
scalaVersion := Scala212,
sbtPlugin := true,
// scala-steward:off
pluginCrossBuild / sbtVersion := "1.0.0"
// scala-steward:on
)

/// settings
Expand Down

0 comments on commit a1f06d3

Please sign in to comment.