Skip to content

Commit

Permalink
Merge pull request #13239 from scala-steward/update/lettuce-core-6.2.…
Browse files Browse the repository at this point in the history
…5.RELEASE

Update lettuce-core to 6.2.5.RELEASE
  • Loading branch information
ornicar authored Jul 18, 2023
2 parents 741d5a0 + 7d1a978 commit a844e6b
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 a844e6b

Please sign in to comment.