scala compiler complains about given CanEqual being unused but it is
In our project, we are using strict equality (-language:strictEquality
), so when I have a type alias like the following I also have to define a CanEqual
explicitly
Objects defined in Java JARs not showing up in Scala files
I am trying to import into a Scala repo a Java library that is not available by remote but provides JARs in its Github commits. For some reason, placing the JARs in project/subproject/lib
does not seem to work, and neither does using from "http:/path/to/lib
.