Skip to content

Commit

Permalink
Update netty-transport-native-epoll to 4.1.95.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 20, 2023
1 parent fd11d64 commit 30235ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Compile / resourceDirectory := baseDirectory.value / "conf"
val kamonVersion = "2.5.11"

libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.5.RELEASE"
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % "4.1.94.Final" classifier "linux-x86_64"
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % "4.1.95.Final" classifier "linux-x86_64"
libraryDependencies += "joda-time" % "joda-time" % "2.12.5"

libraryDependencies += "org.lichess" %% "scalachess" % "10.6.3"
Expand Down

0 comments on commit 30235ff

Please sign in to comment.