Skip to content

Commit

Permalink
Merge pull request #16411 from scala-steward/update/netty-transport-n…
Browse files Browse the repository at this point in the history
…ative-epoll-4.1.115.Final

Update netty-transport-native-epoll to 4.1.115.Final
  • Loading branch information
lenguyenthanh authored Nov 13, 2024
2 parents 60f91be + 2c9395d commit 6e8dbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val scalatags = "com.lihaoyi" %% "scalatags" % "0.13.1"
val lettuce = "io.lettuce" % "lettuce-core" % "6.5.0.RELEASE"
val nettyTransport =
("io.netty" % s"netty-transport-native-$notifier" % "4.1.114.Final").classifier(s"$os-$arch")
("io.netty" % s"netty-transport-native-$notifier" % "4.1.115.Final").classifier(s"$os-$arch")
val lilaSearch = "org.lichess.search" %% "client" % "3.1.0"
val munit = "org.scalameta" %% "munit" % "1.0.2" % Test
val uaparser = "org.uaparser" %% "uap-scala" % "0.18.0"
Expand Down

0 comments on commit 6e8dbce

Please sign in to comment.