upgrade netty

pull/7895/head
Thibault Duplessis 2021-01-11 07:46:38 +01:00
parent 677fb4d399
commit 4a0840935f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ object Dependencies {
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.3.1"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.2"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.5.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.54.Final" classifier "linux-x86_64"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.56.Final" classifier "linux-x86_64"
val autoconfig = "io.methvin.play" %% "autoconfig-macros" % "0.3.2" % "provided"
val scalatest = "org.scalatest" %% "scalatest" % "3.1.0" % Test
val uaparser = "org.uaparser" %% "uap-scala" % "0.11.0"