mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
Update netty-transport-native-epoll to 4.2.14.Final
This commit is contained in:
@@ -27,7 +27,7 @@ object Dependencies {
|
||||
val scalatags = "com.lihaoyi" %% "scalatags" % "0.13.1"
|
||||
val lettuce = "io.lettuce" % "lettuce-core" % "7.5.2.RELEASE"
|
||||
val nettyTransport =
|
||||
("io.netty" % s"netty-transport-native-$notifier" % "4.2.13.Final").classifier(s"$os-$arch")
|
||||
("io.netty" % s"netty-transport-native-$notifier" % "4.2.14.Final").classifier(s"$os-$arch")
|
||||
val lilaSearch = "com.github.lichess-org.lila-search" %% "client" % "3.4.6"
|
||||
val munit = "org.scalameta" %% "munit" % "1.3.0" % Test
|
||||
val uaparser = "org.uaparser" %% "uap-scala" % "0.21.0"
|
||||
|
||||
Reference in New Issue
Block a user