Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Minor dependency updates (#262)
## About this PR Updates: * 📦 [dev.zio:zio-json](https://github.com/zio/zio-json) from `0.7.2` to `0.7.3` + 📜 [GitHub Release Notes](https://github.com/zio/zio-json/releases/tag/v0.7.3) - [Version Diff](zio/zio-json@v0.7.2...v0.7.3) * 📦 [dev.zio:zio-json-interop-refined](https://github.com/zio/zio-json) from `0.7.2` to `0.7.3` + 📜 [GitHub Release Notes](https://github.com/zio/zio-json/releases/tag/v0.7.3) - [Version Diff](zio/zio-json@v0.7.2...v0.7.3) * 📦 [org.typelevel:sbt-tpolecat](https://github.com/typelevel/sbt-tpolecat) from `0.5.1` to `0.5.2` + 📜 [GitHub Release Notes](https://github.com/typelevel/sbt-tpolecat/releases/tag/v0.5.2) - [Version Diff](typelevel/sbt-tpolecat@v0.5.1...v0.5.2) ## 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`](https://github.com/scala-steward-org/scala-steward/blob/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "dev.zio", artifactId = "zio-json" }, { groupId = "dev.zio", artifactId = "zio-json-interop-refined" }, { groupId = "org.typelevel", artifactId = "sbt-tpolecat" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-json-interop-refined" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "sbt-tpolecat" } } ] ``` </details> <sup> labels: library-update, sbt-plugin-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:n:2 </sup> --------- Co-authored-by: Marcin Procyk <[email protected]>
- Loading branch information