Skip to content

Commit

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

Update netty-transport-native-epoll to 4.1.95.Final
  • Loading branch information
ornicar authored Jul 22, 2023
2 parents fd11d64 + 30235ff commit 369e00d
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 369e00d

Please sign in to comment.