This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sbt
mirror of
https://github.com/sbt/sbt.git
Watch
1
Star
0
Fork
You've already forked sbt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
00e54404ce
sbt
/
sbt-app
/
src
/
sbt-test
/
actions
/
cross-multi-parser
/
test
6 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2019-06-13 23:28:11 +02:00
> ++2.11.12; compile
Scala 2.12.20 (was .19)
2024-09-02 19:41:09 +02:00
> ++ 2.12.20 ; compile;
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.
2019-06-13 23:28:11 +02:00
Scala 2.12.20 (was .19)
2024-09-02 19:41:09 +02:00
> ++ 2.12.20 ; compile