Skip to content

Conversation

@ex0ns
Copy link
Contributor

@ex0ns ex0ns commented Apr 10, 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 = "core" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "zio" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "zio-json" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "zio-json" }
  }
]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, commit-count:1

@ex0ns ex0ns force-pushed the update/softwaremill branch from 7ca907f to 4eb5fac Compare April 26, 2025 06:05
@ex0ns ex0ns merged commit bd38dc0 into main May 30, 2025
1 check passed
@ex0ns ex0ns deleted the update/softwaremill branch May 30, 2025 12:12
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