Skip to content

Commit

Permalink
Update client3:core to 3.10.1 (#762)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[com.softwaremill.sttp.client3:core](https://github.com/softwaremill/sttp)
from `3.10.0` to `3.10.1`

πŸ“œ [GitHub Release
Notes](https://github.com/softwaremill/sttp/releases/tag/v3.10.1) -
[Version
Diff](softwaremill/sttp@v3.10.0...v3.10.1)

## Usage
βœ… **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/6fbfe24025d3e02be3a08bc628ccb3a828b36038/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "com.softwaremill.sttp.client3", artifactId = "core" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "core" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:early-semver, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Oct 16, 2024
1 parent afdb947 commit 53f6078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ lazy val `kyo-sttp` =
.dependsOn(`kyo-core`)
.settings(
`kyo-settings`,
libraryDependencies += "com.softwaremill.sttp.client3" %%% "core" % "3.10.0"
libraryDependencies += "com.softwaremill.sttp.client3" %%% "core" % "3.10.1"
)
.jsSettings(`js-settings`)
.jvmSettings(mimaCheck(false))
Expand Down

0 comments on commit 53f6078

Please sign in to comment.