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

CORE-69: Minor and patch updates - sbt-assembly to 2.3.1 - liquibase-core to 4.31.0 - sbt-scalafmt to 2.5.4 - reactor-netty to 1.2.2 - grpc-core to 1.69.1 - scalafmt-core to 3.8.5 - scala-library to 2.13.16 - postgresql to 42.7.5 - sbt-scoverage to 2.3.0 #1630

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

broadbot
Copy link
Contributor

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.

project/plugins.sbt
automation/Dockerfile-tests
codegen_java/templates/libraries/okhttp-gson/build.sbt.mustache
docker/build.sh
docker/build_jar.sh
.git-blame-ignore-revs
.scalafmt.conf
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.eed3si9n", artifactId = "sbt-assembly" },
  { groupId = "io.grpc", artifactId = "grpc-core" },
  { groupId = "io.projectreactor.netty", artifactId = "reactor-netty" },
  { groupId = "org.liquibase", artifactId = "liquibase-core" },
  { groupId = "org.postgresql", artifactId = "postgresql" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.grpc", artifactId = "grpc-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.projectreactor.netty", artifactId = "reactor-netty" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.liquibase", artifactId = "liquibase-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: Scala_Steward, sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:8

@broadbot broadbot requested a review from a team as a code owner January 20, 2025 12:04
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.

2 participants