Skip to content

Commit

Permalink
Merge pull request #1122 from scala-steward/update/lettuce-core-6.3.2…
Browse files Browse the repository at this point in the history
….RELEASE

Update lettuce-core from 6.3.1.RELEASE to 6.3.2.RELEASE
  • Loading branch information
mergify[bot] authored Mar 14, 2024
2 parents a9b37c2 + ba87e1f commit 60ce90a
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 @@ -22,7 +22,7 @@ object Dependencies {
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.1.0"
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full
val lettuce = "io.lettuce" % "lettuce-core" % "6.3.1.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "6.3.2.RELEASE"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.3"
val micrometerCore = "io.micrometer" % "micrometer-core" % Versions.micrometerCore
val micrometerJmx = "io.micrometer" % "micrometer-registry-jmx" % Versions.micrometerJmx
Expand Down

0 comments on commit 60ce90a

Please sign in to comment.