Registry / utility / scala-collection-compat-sjs0-6-2-11

scala-collection-compat-sjs0-6-2-11

JSON →
library2.2.0javamavenunverified

scala-collection-compat provides compatibility layers between Scala 2.11 and 2.13 collection APIs for cross-building.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_sjs0.6_2.11</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-COLLECTION-C
S
scala-collection-compat-sjs0-6-2-11
utilityjavav2.2.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._

Minimal example using Scala collection compatibility imports (Scala code).

import scala.collection.compat._; object Quickstart { def main(args: Array[String]): Unit = { val list = List(1, 2, 3).map(_ * 2) println(list) } }
Debug
Known issues
breakingThis version targets Scala 2.11 and Scala.js 0.6, both outdated.
fix
Upgrade to Scala 2.13+ and Scala.js 1.x, using the latest compat version.
affects: <=2.2.0
Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scala-collection-compat-sjs0-6-2-11 — mvn dependency:get scala-collection-compat-sjs0-6-2-11 · libregistry