Commit 84b0431
fix: add cross-version parallel collections support
Implement version-specific compat package objects to handle
Scala 2.12/2.13 parallel collections differences:
- Scala 2.12: Empty package object (parallel collections built-in)
- Scala 2.13: Re-export CollectionConverters implicit conversions
This enables .par to work across both Scala versions in KMeansPlusPlus.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3c3f046 commit 84b0431
File tree
1 file changed
+10
-1
lines changed- src/main/scala-2.13/com/massivedatascience/clusterer/compat
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments