sbt/main
Eugene Yokota 56377274b7 fix: Fix Scala 3.x - 2.12 sandwich for matrix
Problem
Currently Scala 3.x - 2.13 sandwich doesn't seem to work for projectMatrix.
This is due to isScala2Scala3Sandwich checking for "3." while projectMatrix
uses scalaBinaryVersion, which is 3.

Solution
This consolidates the implementation of isScala2Scala3Sandwich with the one
in Defaults module, and check for both "3" and "3."
2024-11-23 04:05:28 -05:00
..
src fix: Fix Scala 3.x - 2.12 sandwich for matrix 2024-11-23 04:05:28 -05:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00