diff --git a/.scala-steward.conf b/.scala-steward.conf deleted file mode 100644 index d3c9518..0000000 --- a/.scala-steward.conf +++ /dev/null @@ -1 +0,0 @@ -updates.ignore = [ { groupId = "org.scala-sbt" } ] diff --git a/build.sbt b/build.sbt index 40c1929..d0b9791 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,10 @@ lazy val plugin = project "org.scalameta" %% "scalafmt-dynamic" % scalafmtVersion ), scriptedBufferLog := false, - scriptedLaunchOpts += s"-Dplugin.version=${version.value}" + scriptedLaunchOpts += s"-Dplugin.version=${version.value}", + // For compat reasons we have this in here to ensure we are testing against 1.2.8 + // We honestly probably don't need to, so if this ever causes issues, rip it out. + pluginCrossBuild / sbtVersion := "1.2.8" ) // For some reason, it doesn't work if this is defined in globalSettings in PublishPlugin. diff --git a/project/build.properties b/project/build.properties index c0bab04..8b9a0b0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.8 +sbt.version=1.8.0