Skip to content

Commit

Permalink
Update pureconfig to 0.17.8 (#352)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[com.github.pureconfig:pureconfig](https://github.com/pureconfig/pureconfig)
from `0.17.7` to `0.17.8`

πŸ“œ [GitHub Release
Notes](https://github.com/pureconfig/pureconfig/releases/tag/v0.17.8) -
[Changelog](https://github.com/pureconfig/pureconfig/blob/master/CHANGELOG.md)
- [Version
Diff](pureconfig/pureconfig@v0.17.7...v0.17.8)

## 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/f28920302681b29681cd4f862da5c9ef829988ad/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.github.pureconfig", artifactId = "pureconfig" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.pureconfig", artifactId = "pureconfig" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "com.github.pureconfig",
          "artifactId" : {
            "name" : "pureconfig",
            "maybeCrossName" : "pureconfig_2.13"
          },
          "version" : "0.17.7",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "0.17.8"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Nov 21, 2024
1 parent 44db0ed commit 60f3dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val retry = "com.evolutiongaming" %% "retry" % "3.1.0"
val `akka-persistence-inmemory` = "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.7"
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.8"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.2.0"
val sstream = "com.evolutiongaming" %% "sstream" % "1.0.2"

Expand Down

0 comments on commit 60f3dbf

Please sign in to comment.