Skip to content

Commit

Permalink
Update lettuce-core to 5.3.6.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2021
1 parent 292dbcc commit d56f785
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 @@ -17,7 +17,7 @@ object Dependencies {
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.22.2"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.3.1"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.2"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.5.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.6.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.56.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
Expand Down

0 comments on commit d56f785

Please sign in to comment.