stringbean / sbt-dependency-lock

sbt plugin for creating dependency lockfiles
https://stringbean.github.io/sbt-dependency-lock
Apache License 2.0
14 stars 6 forks source link

Add lockfile changes report #5

Closed stringbean closed 4 years ago

stringbean commented 4 years ago

Fixes #2

stringbean commented 4 years ago

Example report:

[error] (dependencyLockCheck) Dependency lock check failed:
[error]   3 dependencies changed:
[error]     org.scala-lang.modules:scala-xml_2.12:[1.2.0]->[1.1.0] (test)
[error]     org.scalactic:scalactic_2.12:[3.0.8]->[3.0.7] (test)
[error]     org.scalatest:scalatest_2.12:[3.0.8]->[3.0.7] (test)

Still scope for improvement but this should be good enough for now.