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 98732b6 + 5c2d3b9 commit c1f3cddCopy full SHA for c1f3cdd
build.sbt
@@ -488,7 +488,7 @@ lazy val redis_intro =
488
libraryDependencies ++= scalaTestDeps
489
.map(_.withConfigurations(Some("it,test"))),
490
libraryDependencies ++= Seq(
491
- "redis.clients" % "jedis" % "5.1.5",
+ "redis.clients" % "jedis" % "5.2.0",
492
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
493
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
494
),
0 commit comments