Add test for using switch version in multi command

I noticed that in 1.3.0-RC2, the following commands worked:
  ++2.11.12 ;test
  ;++2.11.12;test
but
  ++2.11.12; test
did not. This issue is fixed in the next commit.
This commit is contained in:
Ethan Atkins 2019-06-13 14:28:11 -07:00
parent b0bfa63911
commit 2fe26403e7
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
crossScalaVersions := Seq[String]("2.11.12", "2.12.8")

View File

@ -0,0 +1,3 @@
package cross
object Build

View File

@ -0,0 +1,5 @@
> ++2.11.12; compile
> ++ 2.12.8 ; compile;
> ++ 2.12.8 ; compile