exercism / scala

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

Add build.sbt to files.invalidate for all practice exercises #735

Closed LarsWestergren closed 2 years ago

LarsWestergren commented 2 years ago

Pre scala 3 upgrade, so the upgrade will prompt people to update their started exercises.

LarsWestergren commented 2 years ago

Excellent! There is one other place where you can put this: https://github.com/exercism/scala/blob/main/config.json#L21

That files key is used to prepopulate values using configlet sync --filepaths.

Added!

ErikSchierboom commented 2 years ago

Great work! Thanks a lot.