Skip to content

Commit a3d64de

Browse files
Update pureconfig to 0.17.7 (#317)
## About this PR 📦 Updates [com.github.pureconfig:pureconfig](https://github.com/pureconfig/pureconfig) from `0.17.6` to `0.17.7` 📜 [GitHub Release Notes](https://github.com/pureconfig/pureconfig/releases/tag/v0.17.7) - [Changelog](https://github.com/pureconfig/pureconfig/blob/master/CHANGELOG.md) - [Version Diff](pureconfig/pureconfig@v0.17.6...v0.17.7) ## 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/6259adb0414181876733ff6c34234387c6765277/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>
1 parent 017973b commit a3d64de

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
@@ -7,7 +7,7 @@ object Dependencies {
77
val retry = "com.evolutiongaming" %% "retry" % "3.1.0"
88
val `akka-persistence-inmemory` = "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
99
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
10-
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.6"
10+
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.7"
1111
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.2.0"
1212
val sstream = "com.evolutiongaming" %% "sstream" % "1.0.2"
1313

0 commit comments

Comments
 (0)