Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt-version-policy to 3.2.0 #1902

Merged
merged 2 commits into from Feb 10, 2024
Merged

Conversation

scala-center-steward[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates ch.epfl.scala:sbt-version-policy from 2.1.3 to 3.2.0 ⚠

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-major, version-scheme:early-semver, commit-count:1

@bjaglin bjaglin force-pushed the update/sbt-version-policy-3.2.0 branch from c366a8f to 8d0336d Compare February 10, 2024 17:13
@bjaglin bjaglin force-pushed the update/sbt-version-policy-3.2.0 branch from 8d0336d to b7df882 Compare February 10, 2024 17:57
@@ -229,7 +229,13 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {

override def buildSettings: Seq[Setting[_]] = List(
// https://github.com/sbt/sbt/issues/5568#issuecomment-1094380636
versionPolicyIgnored += "com.lihaoyi" %% "pprint",
versionPolicyIgnored ++= Seq(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mimics

scalafix/build.sbt

Lines 150 to 157 in 16e9dce

Seq(
// metaconfig 0.10.0 shaded pprint
// https://github.com/scalameta/metaconfig/pull/154/files#r794005161
pprint,
// scalameta 4.8.3 shaded fastparse and geny
// https://github.com/scalameta/scalameta/pull/3246
scalametaFastparse,
geny

@bjaglin bjaglin merged commit 61dce03 into main Feb 10, 2024
8 checks passed
@bjaglin bjaglin deleted the update/sbt-version-policy-3.2.0 branch February 26, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant