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

Minor/major updates #912

Merged
merged 22 commits into from
Sep 27, 2023
Merged

Minor/major updates #912

merged 22 commits into from
Sep 27, 2023

Conversation

scala-center-steward[bot]
Copy link
Contributor

@scala-center-steward scala-center-steward bot commented Jul 28, 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.

project/SbtShared.scala
build.sbt
⚙ 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-projectmatrix" },
  { groupId = "com.softwaremill.akka-http-session", artifactId = "core" },
  { groupId = "io.circe", artifactId = "circe-generic" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.eclipse.lsp4j", artifactId = "org.eclipse.lsp4j" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.http4s", artifactId = "http4s-ember-client" },
  { groupId = "org.http4s", artifactId = "http4s-ember-server" },
  { groupId = "org.mongodb.scala", artifactId = "mongo-scala-driver" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "se.marcuslonnberg", artifactId = "sbt-docker" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-projectmatrix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.akka-http-session", artifactId = "core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-generic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.lsp4j", artifactId = "org.eclipse.lsp4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-ember-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-ember-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mongodb.scala", artifactId = "mongo-scala-driver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "se.marcuslonnberg", artifactId = "sbt-docker" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, semver-spec-minor, old-version-remains, commit-count:n:11

@rochala rochala merged commit efdf00c into main Sep 27, 2023
2 checks passed
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.

1 participant