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

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

GitHub user SteamShon opened a pull request:

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

    [S2GRAPH-104]: force scalaz-stream, netty-http-pipelining dependencies 
version which is available on maven central.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-104

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit 930c27c425dd6812e6ea3c70f1de27929c1b56df
Author: DO YUNG YOON <[email protected]>
Date:   2016-09-01T14:00:45Z

    add libraryDependencies on build.sbt.

----


> 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