This project builds an aggregates of several Scala libraries for graph data structures published by several organizations:
-
com.assembla.scala-incubator In-memory graph library intended to fit seamlessly into the Scala Collection Library.
-
net.liftweb The JSON library from the Lift web framework for Scala
As of SBT 0.13.16, there is an incompatibility with Coursier 1.0.0-RC10.
Specifically, sbt.ConfigurationReport.details
is empty.
To see the difference, add projects/coursier.sbt
with:
// https://github.com/coursier/coursier
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC10")
With this file, universal:mappings
will fail because sbt.ConfigurationReport.details
is empty.
Without this file, universal:mappings
works as intended.