Registry / other / scala3-library-3-0-0-rc1

scala3-library-3-0-0-rc1

JSON →
library3.0.0-RC1-bin-20210202-8d43a9c-NIGHTLYjavamavenunverified

Scala 3 library provides the standard library for the Scala 3 programming language, including collections, concurrency, and more.

<dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3.0.0-RC1</artifactId> <version>3.0.0-RC1-bin-20210202-8d43a9c-NIGHTLY</version> </dependency>
INSTALL
IMPORT
SIG · SCALA3-LIBRARY-3-0
S
scala3-library-3-0-0-rc1
otherjavav3.0.0-RC1-bin-20210202-8d43a9c-NIGHTLY
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.

Map
scala.collection.mutable.Map

Creates and manipulates a mutable map in Scala 3.

import scala.collection.mutable.Map val myMap = Map("key1" -> "value1", "key2" -> "value2") myMap("key3") = "value3" println(myMap)
Debug
Known issues
breakingThis is a nightly/pre-release version; not stable for production use.
fix
Use a stable Scala 3 release (e.g., 3.0.0 or later) for production.
affects: 3.0.0-RC1
Upgrade
Version history
3.0.0-RC1-bin-20210202-8d43a9c-NIGHTLYlatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scala3-library-3-0-0-rc1 — mvn dependency:get scala3-library-3-0-0-rc1 · libregistry