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 #452

Merged
merged 2 commits into from
Jan 22, 2025
Merged

Softwaremill updates #452

merged 2 commits into from
Jan 22, 2025

Conversation

ex0ns
Copy link
Contributor

@ex0ns ex0ns commented Jan 14, 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!

⚙ 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 4494a8b into main Jan 22, 2025
1 check passed
@ex0ns ex0ns deleted the update/softwaremill branch January 22, 2025 15:52
# 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