Update lettuce-core to 6.1.5.RELEASE

pull/9808/head
Scala Steward 2021-09-15 15:09:23 +02:00
parent 2cc0803a10
commit e92b29fa6a
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ object Dependencies {
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.1.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.5.0"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.4"
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.4.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.5.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.65.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