Merge pull request #8922 from scala-steward/update/lettuce-core-6.1.2.RELEASE

Update lettuce-core to 6.1.2.RELEASE
rm-chessground.min.js
Thibault Duplessis 2021-05-12 17:30:22 +02:00 committed by GitHub
commit 33b5d7711d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.25.5"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.2.0"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.4"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.7.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.2.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.58.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