mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Problem
libraryDependencySchemes didn't work for platforms like Scala.JS
Solution
Modified EvictionError.scala to extract the suffix.
Changed from _: Binary to b: Binary and added ${b.suffix} to the module name.
---------
Co-authored-by: oolokioo7 <[email protected]>