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.
1 parent effbed6 commit 1e89917Copy full SHA for 1e89917
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" % "6.2.0",
+ "redis.clients" % "jedis" % "7.0.0",
524
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526
),
0 commit comments