Skip to content

Commit

Permalink
Merge pull request #239 from scala-steward/update/netty-transport-nat…
Browse files Browse the repository at this point in the history
…ive-epoll-4.1.99.Final

Update netty-transport-native-epoll to 4.1.99.Final
  • Loading branch information
ornicar authored Oct 4, 2023
2 parents 6d55646 + 8e61583 commit 00fb91b
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.6.RELEASE"
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % "4.1.96.Final" classifier "linux-x86_64"
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % "4.1.99.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 00fb91b

Please sign in to comment.