Update lettuce-core to 5.3.4.RELEASE

pull/7319/head
Scala Steward 2020-09-15 20:49:55 +02:00
parent 65ac5cbe3c
commit 0a92b60e47
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ object Dependencies {
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.21.1"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.3.1"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.8.5"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.3.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.4.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.51.Final" classifier "linux-x86_64"
val autoconfig = "io.methvin.play" %% "autoconfig-macros" % "0.3.2" % "provided"
val scalatest = "org.scalatest" %% "scalatest" % "3.1.0" % Test