exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Exercism Scala projects don't work with brew installed Scala and SBT #634

Closed m-c-g closed 2 years ago

m-c-g commented 4 years ago

I initially had a problem with build.sbt having an older version of scala listed than that installed by brew. I fixed that and now there are problems with ScalaTest. Matchers and FunSuite are not being found.

LarsWestergren commented 2 years ago

This can be closed I think, since main now uses sbt 1.7.1 and Scala 2.13.6. I asked a colleague who uses Mac to verify, and he had no problems.