DOYUNG YOON created S2GRAPH-104:
-----------------------------------
Summary: force scalaz-stream, netty-http-pipelining dependencies
version which is available on maven central.
Key: S2GRAPH-104
URL: https://issues.apache.org/jira/browse/S2GRAPH-104
Project: S2Graph
Issue Type: Sub-task
Affects Versions: 0.1.0
Reporter: DOYUNG YOON
Assignee: DOYUNG YOON
Priority: Blocker
Fix For: 0.1.0
Currently, `sbt package` fail because of following missing dependencies.
# "org.scalaz.stream" % "scalaz-stream_2.11" % "0.7a",
# "com.typesafe.netty" % "netty-http-pipelining" % "1.1.2"
we should add following line in root build.sbt.
{noformat}
libraryDependencies ++= Seq(
"org.scalaz.stream" % "scalaz-stream_2.11" % "0.8.4a",
"com.typesafe.netty" % "netty-http-pipelining" % "1.1.4"
),
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)