Skip to content

Commit

Permalink
Update lettuce-core to 6.2.7.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 15, 2023
1 parent 6cb86aa commit 6d65d06
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 @@ -12,7 +12,7 @@ Compile / resourceDirectory := baseDirectory.value / "conf"

val kamonVersion = "2.5.11"

libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.6.RELEASE"
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.7.RELEASE"
libraryDependencies += "io.netty" % "netty-transport-native-epoll" % "4.1.101.Final" classifier "linux-x86_64"
libraryDependencies += "joda-time" % "joda-time" % "2.12.5"

Expand Down

0 comments on commit 6d65d06

Please sign in to comment.