Can Scala 2.12 project can call methods in classfile compiled in Scala 2.13? and vice versa?
I'm going to updating our large Scala product from 2.12 to 2.13. The product is made of a few sbt project (currently all of these are built with 2.12) and projects are depending each other.
Can I update one of project upto 2.13 leaving other project as 2.12? or I must update all of project upto 2.13 at one time?