Commit 79c0db8
committed
bugfix: Don't accept files other than .class or .jar as binary deps
Should help with scalacenter#2053
The binary is described as:
```
A binary entry represents either the jar or the
concrete class file from which the Scala compiler
knows that <code>onBinaryClassName</code> comes from.
```1 parent 7e4eac6 commit 79c0db8
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
233 | 236 | | |
234 | 237 | | |
235 | 238 | | |
| |||
0 commit comments