[ 
https://issues.apache.org/jira/browse/S2GRAPH-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15455595#comment-15455595
 ] 

ASF GitHub Bot commented on S2GRAPH-104:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-s2graph/pull/76


> 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
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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)

Reply via email to