sbt-projectmatrix icon indicating copy to clipboard operation
sbt-projectmatrix copied to clipboard

Feature: Have a specific test/ compile per version on the root project.

Open borissmidt opened this issue 3 years ago • 2 comments

It might be useful to have specific commands to build test a specific version of scala to speed up development. I.e. if i have some kind of runtime error/ bug only for scala 2.13 then it would be nice to only build your project for 2.13. for example sbt test_2.11.

borissmidt avatar May 11 '21 15:05 borissmidt