Registry / utility / scala-collection-compat-2-13-0-m5

scala-collection-compat-2-13-0-m5

JSON →
library0.3.0javamavenunverified

Provides compatibility between Scala 2.12 and 2.13 collection APIs.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_2.13.0-M5</artifactId> <version>0.3.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-COLLECTION-C
S
scala-collection-compat-2-13-0-m5
utilityjavav0.3.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 implicits.

import scala.collection.compat._ val list = List(1, 2, 3) val map = list.map(x => x * 2) // uses compat implicit conversions if needed
Debug
Known issues
breakingThis version targets Scala 2.13.0-M5, a milestone release; not compatible with stable Scala 2.13.x.
fix
Use a stable Scala version and corresponding compat library (e.g., scala-collection-compat_2.13).
affects: 0.3.0
Upgrade
Version history
0.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
scala-collection-compat-2-13-0-m5 — mvn dependency:get scala-collection-compat-2-13-0-m5 · libregistry