aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/implicit-search-companion-scope/test
blob: 701b2c9a541d95e5812bfc8ca32329e584115a98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Tests if dependencies on implicit scope are tracked properly
$ copy-file changes/A1.scala A.scala
$ copy-file changes/B.scala B.scala
$ copy-file changes/M.scala M.scala
$ copy-file changes/C.scala C.scala
> compile

$ copy-file changes/A2.scala A.scala
-> compile

> clean
-> compile