We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54e8a2b + 0f2ccd0 commit c45627aCopy full SHA for c45627a
build.sbt
@@ -460,7 +460,7 @@ lazy val redis_intro =
460
libraryDependencies ++= scalaTestDeps
461
.map(_.withConfigurations(Some("it,test"))),
462
libraryDependencies ++= Seq(
463
- "redis.clients" % "jedis" % "4.4.8",
+ "redis.clients" % "jedis" % "5.1.2",
464
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
465
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
466
),
0 commit comments