Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out some deps from the updates report #186

Merged
merged 1 commit into from
Feb 20, 2018

Conversation

fedefernandez
Copy link
Contributor

With these changes, only scalajs is shown in the dependency updates report:

sbt:iota> dependencyUpdates
[info] No dependency updates found for iotaz-core
[info] No dependency updates found for iota
[info] No dependency updates found for iota-examples-scalaz
[info] No dependency updates found for iota-core
[info] Found 3 dependency updates for iota-core
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] Found 3 dependency updates for iotaz-core
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] Found 3 dependency updates for iotaz-scalacheck
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] Found 3 dependency updates for iota-scalacheck
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] No dependency updates found for iotaz-scalacheck
[info] Found 3 dependency updates for iota-examples-scalaz
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] No dependency updates found for iota-examples-cats
[info] No dependency updates found for iota-scalacheck
[info] Found 3 dependency updates for iota-examples-cats
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] No dependency updates found for iota-readme
[info] No dependency updates found for iota-docs
[info] No dependency updates found for iota-bench
[info] No dependency updates found for iota-tests
[info] No dependency updates found for iotaz-tests
[info] Found 3 dependency updates for iota-tests
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22
[info] Found 3 dependency updates for iotaz-tests
[info]   org.scala-js:scalajs-compiler:plugin->default(compile) : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-library                           : 0.6.20 -> 0.6.22
[info]   org.scala-js:scalajs-test-interface:test               : 0.6.20 -> 0.6.22

@andyscott andyscott merged commit 84a417b into master Feb 20, 2018
@andyscott andyscott deleted the ff-removes-org-jetty-dependency-issues branch February 20, 2018 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants