Skip to content

Patch updates#290

Open
scala-steward wants to merge 3 commits intoplayframework:mainfrom
scala-steward:update/patches
Open

Patch updates#290
scala-steward wants to merge 3 commits intoplayframework:mainfrom
scala-steward:update/patches

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Sep 16, 2023

About this PR

Updates:

Usage

Please merge!

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

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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

src/test/javascript/lib/encoding-0.6.4.js
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.softwaremill.macwire", artifactId = "macros" },
  { groupId = "io.github.bonigarcia", artifactId = "webdrivermanager" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.macwire", artifactId = "macros" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.github.bonigarcia", artifactId = "webdrivermanager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  }
]
labels: test-library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant