I have an SBT plugin that, in the past, I cross-built to 0.13.16 and 1.0.2. I'm going to release a new version soon, and I want to update these versions. Is it sufficient to say this?
crossSbtVersions := Vector("0.13.17", "1.1.6")
Or do I need to add 1.0.4 in there as well?