Skip to content

Commit

Permalink
Merge pull request #241 from ckipp01/sbt
Browse files Browse the repository at this point in the history
deps: bump sbt to 1.8.0
  • Loading branch information
ckipp01 authored Nov 15, 2022
2 parents 1b20e82 + 65a1209 commit 901771c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .scala-steward.conf

This file was deleted.

5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.8.0

0 comments on commit 901771c

Please sign in to comment.