Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
deps: upgrade scalaz-stream / netty
Browse files Browse the repository at this point in the history
 - upgrade scalaz-stream to 0.8.2 in order to
   align scodec dependencies.

 - upgrade netty to 4.1.1 due to recommended
   security fix.
  • Loading branch information
ahjohannessen committed Jun 10, 2016
1 parent c6d4045 commit f9e494a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.sbt
Expand Up @@ -20,10 +20,10 @@ libraryDependencies ++= Seq(
"org.scodec" %% "scodec-core" % "1.10.0",
"org.scodec" %% "scodec-scalaz" % "1.3.0",
"org.scalaz" %% "scalaz-core" % "7.1.8",
"org.scalaz.stream" %% "scalaz-stream" % "0.8.1",
"org.scalaz.stream" %% "scalaz-stream" % "0.8.2",
"org.apache.commons" % "commons-pool2" % "2.4.2",
"io.netty" % "netty-handler" % "4.1.0.Final",
"io.netty" % "netty-codec" % "4.1.0.Final"
"io.netty" % "netty-handler" % "4.1.1.Final",
"io.netty" % "netty-codec" % "4.1.1.Final"
)

common.macrosSettings
Expand Down

0 comments on commit f9e494a

Please sign in to comment.