You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command runs `git diff` to show the changes that where made relative
to the original Scala 2 library sources.
Usage:
```
sbt> scala2-library-cc/run diff # shows all changes
sbt> scala2-library-cc/run diff scala/Option.scala # show changes in this file
sbt> scala2-library-cc/run diff scala/collection/immutable # show changes in this directory
```
0 commit comments