Skip to content

published 0.1.0 JARs don't work #15

Closed
@SethTisue

Description

@SethTisue
resolvers += "nightlies" at "https://scala-ci.typesafe.com/artifactory/scala-integrate/"
scalaVersion := "2.13.0-pre-e2a2cba"
libraryDependencies += "org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.0"
Welcome to Scala 2.13.0-pre-e2a2cba (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_112).
Type in expressions for evaluation. Or try :help.

scala> import scala.collection.parallel.CollectionConverters._
import scala.collection.parallel.CollectionConverters._
error: missing or invalid dependency detected while loading class file 'CollectionConverters.class'.
Could not access type CustomParallelizable in package scala.collection,
because it (or its dependencies) are missing. Check your build definition for
missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
A full rebuild may help if 'CollectionConverters.class' was compiled against an incompatible version of scala.collection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions