Details
-
Sub-task
-
Status: Done
-
Blocker
-
Resolution: Done
-
0.1.0
-
None
-
None
Description
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.
libraryDependencies ++= Seq( "org.scalaz.stream" % "scalaz-stream_2.11" % "0.8.4a", "com.typesafe.netty" % "netty-http-pipelining" % "1.1.4" ),
Attachments
Issue Links
- links to