Skip to content

Commit

Permalink
Update lettuce-core to 6.2.5.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 18, 2023
1 parent 43b2001 commit 7d1a978
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 @@ -26,7 +26,7 @@ object Dependencies {
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.19.0"
val galimatias = "io.mola.galimatias" % "galimatias" % "0.2.2-NF"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.12.0"
val lettuce = "io.lettuce" % "lettuce-core" % "6.2.4.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "6.2.5.RELEASE"
val nettyTransport =
"io.netty" % s"netty-transport-native-$notifier" % "4.1.94.Final" classifier s"$os-$arch"
val munit = "org.scalameta" %% "munit" % "1.0.0-M8" % Test
Expand Down

0 comments on commit 7d1a978

Please sign in to comment.