Skip to content

Commit edba157

Browse files
Update pureconfig, pureconfig-core, ... to 0.17.10 (#451)
## About this PR 📦 Updates * [com.github.pureconfig:pureconfig](https://github.com/pureconfig/pureconfig) * [com.github.pureconfig:pureconfig-core](https://github.com/pureconfig/pureconfig) * [com.github.pureconfig:pureconfig-generic-scala3](https://github.com/pureconfig/pureconfig) from `0.17.9` to `0.17.10` 📜 [GitHub Release Notes](https://github.com/pureconfig/pureconfig/releases/tag/v0.17.10) - [Changelog](https://github.com/pureconfig/pureconfig/blob/master/CHANGELOG.md) - [Version Diff](pureconfig/pureconfig@v0.17.9...v0.17.10) ## 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/eaf4ea2f476b6b4988670d6cb6d9f9355e58780e/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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.pureconfig" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.github.pureconfig", "artifactId" : { "name" : "pureconfig", "maybeCrossName" : "pureconfig_2.13" }, "version" : "0.17.9", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "0.17.10" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.github.pureconfig", "artifactId" : { "name" : "pureconfig-core", "maybeCrossName" : "pureconfig-core_3" }, "version" : "0.17.9", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "0.17.10" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.github.pureconfig", "artifactId" : { "name" : "pureconfig-generic-scala3", "maybeCrossName" : "pureconfig-generic-scala3_3" }, "version" : "0.17.9", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "0.17.10" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-patch", "commit-count:1" ] } -->
1 parent 6331a19 commit edba157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
1111

1212
object Pureconfig {
13-
private val version = "0.17.9"
13+
private val version = "0.17.10"
1414
val Pureconfig = "com.github.pureconfig" %% "pureconfig" % version
1515
object Scala3 {
1616
val Core = "com.github.pureconfig" %% "pureconfig-core" % version

0 commit comments

Comments
 (0)