Registry / utility / scala-collection-compat-sjs1-2-12

scala-collection-compat-sjs1-2-12

JSON →
library2.14.0javamavenunverified

Compatibility library for using Scala 2.13 collections in Scala 2.12 projects, including Scala.js support.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_sjs1_2.12</artifactId> <version>2.14.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-COLLECTION-C
S
scala-collection-compat-sjs1-2-12
utilityjavav2.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

compat
scala.collection.compat._

Imports collection compatibility extensions to use Scala 2.13-style operations.

import scala.collection.compat._ object Example { def main(args: Array[String]): Unit = { val list = List(1, 2, 3).map(_ * 2) println(list) } }
Debug
Known issues
breakingThis artifact is for Scala 2.12 with Scala.js 1.x; ensure your project matches these versions.
fix
Use the correct artifact for your Scala version (e.g., scala-collection-compat_2.13 for Scala 2.13).
affects: *
Upgrade
Version history
2.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scala-collection-compat-sjs1-2-12 — mvn dependency:get scala-collection-compat-sjs1-2-12 · libregistry