zio / zio-sbt

SBT Plugins For ZIO Projects
https://zio.dev/zio-sbt
Apache License 2.0
12 stars 11 forks source link

Update circe-yaml to 1.15.0 #318

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 11 months ago

About this PR

📦 Updates io.circe:circe-yaml from 0.14.2 to 1.15.0 ⚠

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 file.

Have a fantastic day writing Scala!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.circe", artifactId = "circe-yaml" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-yaml" } }] ```

labels: library-update, early-semver-major, semver-spec-major, version-scheme:early-semver, commit-count:1

guizmaii commented 11 months ago

See https://github.com/zio/zio-sbt/pull/320