Skip to content

Conversation

@scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Mar 7, 2025

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.

build.sbt
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "com.h2database", artifactId = "h2" },
  { groupId = "org.eu.acolyte", artifactId = "jdbc-scala" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.h2database", artifactId = "h2" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eu.acolyte", artifactId = "jdbc-scala" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  }
]
labels: test-library-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:2

@mergify mergify bot added the type:updates label Mar 7, 2025
@mkurz mkurz force-pushed the update/patches branch from 284b84a to 3197e00 Compare July 3, 2025 19:36
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
java: 8
scala: 2.11.x, 2.12.x
Copy link
Member

Choose a reason for hiding this comment

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

Why?

Copy link
Member

Choose a reason for hiding this comment

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

Good question: Why? You actually made this commit.
I was wondering this myself.

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.

3 participants