tailhq / DynaML

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

Update os-lib to 0.7.1 #290

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates com.lihaoyi:os-lib from 0.7.0 to 0.7.1.

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 = "com.lihaoyi", artifactId = "os-lib" } ] ```

labels: library-update, semver-patch