sbt / sbt-eclipse

Plugin for sbt to create Eclipse project definitions
Apache License 2.0
716 stars 168 forks source link

Update scalaz-core, scalaz-effect to 7.3.8 #421

Closed scala-steward closed 6 months ago

scala-steward commented 11 months ago

About this PR

πŸ“¦ Updates

πŸ“œ GitHub Release Notes - Version Diff

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!

πŸ’‘ Applied Scalafix Migrations * org.scalaz:scalaz-.*:7.3.0 (created no change) * https://raw.githubusercontent.com/scalaz/scalazfix/v0.1.2/rules/src/main/scala/scalaz/ScalazFix.scala
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalaz" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalaz" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, scalafix-migrations, commit-count:1