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 99110cf + 63b29e2 commit ad76d9dCopy full SHA for ad76d9d
build.sbt
@@ -520,7 +520,7 @@ lazy val redis_intro =
520
libraryDependencies ++= scalaTestDeps
521
.map(_.withConfigurations(Some("it,test"))),
522
libraryDependencies ++= Seq(
523
- "redis.clients" % "jedis" % "7.0.0",
+ "redis.clients" % "jedis" % "7.1.0",
524
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1",
525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526
),
0 commit comments