We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f83502a + 8c72c30 commit e6268b8Copy full SHA for e6268b8
project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
23
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.2-1"
24
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
25
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full
26
- val lettuce = "io.lettuce" % "lettuce-core" % "7.2.0.RELEASE"
+ val lettuce = "io.lettuce" % "lettuce-core" % "7.2.1.RELEASE"
27
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.22"
28
val micrometerCore = "io.micrometer" % "micrometer-core" % Versions.micrometerCore
29
val micrometerJmx = "io.micrometer" % "micrometer-registry-jmx" % Versions.micrometerJmx
0 commit comments