Skip to content

Commit

Permalink
Removing Netty dependancy declaration not required
Browse files Browse the repository at this point in the history
  • Loading branch information
csaltos committed Apr 17, 2021
1 parent 21d39ca commit f7f84bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Dependencies.scala
Expand Up @@ -47,7 +47,6 @@ object Dependencies {
lazy val rhino = "org.mozilla" % "rhino" % "1.7.10"
lazy val scala_parser = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
lazy val xerces = "xerces" % "xercesImpl" % "2.11.0"
lazy val nettyHttpCodec = "io.netty" % "netty-codec-http" % "4.1.59.Final"

// Aliases
lazy val mongo_driver = mongo_java_driver
Expand Down

0 comments on commit f7f84bb

Please sign in to comment.