Skip to content
New issue

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

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

Already on GitHub? # to your account

Softwaremill updates #388

Merged
merged 1 commit into from
Mar 30, 2024
Merged

Softwaremill updates #388

merged 1 commit into from
Mar 30, 2024

Conversation

ex0ns
Copy link
Contributor

@ex0ns ex0ns commented Mar 30, 2024

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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-cats" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-cats-ce2" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-monix" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-zio" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "core" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "okhttp-backend" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-cats" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-cats-ce2" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-monix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "async-http-client-backend-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "okhttp-backend" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

@ex0ns ex0ns merged commit 1b93844 into main Mar 30, 2024
1 check passed
@ex0ns ex0ns deleted the update/softwaremill branch March 30, 2024 09:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant