picnicml / doddle-model

:cake: doddle-model: machine learning in Scala.
https://picnicml.github.io
Apache License 2.0
137 stars 23 forks source link

Update scala-collection-compat to 2.1.4 #122

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates org.scala-lang.modules:scala-collection-compat from 2.1.2 to 2.1.4. 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.

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.scala-lang.modules", artifactId = "scala-collection-compat" } ] ```

labels: library-update, semver-patch