tailhq / DynaML

Scala Library/REPL for Machine Learning Research
http://tailhq.github.io/DynaML/
Apache License 2.0
200 stars 51 forks source link

Update scalaz-core to 7.3.2 #286

Open scala-steward opened 4 years ago

scala-steward commented 4 years ago

Updates org.scalaz:scalaz-core from 7.2.30 to 7.3.2. GitHub Release Notes - Version Diff

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!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalaz", artifactId = "scalaz-core" } ] ```
Applied Migrations * https://raw.githubusercontent.com/scalaz/scalazfix/master/rules/src/main/scala/scalaz/ScalazFix.scala

labels: library-update, semver-minor, scalafix-migrations