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 c2400de + 919fad5 commit c65734fCopy full SHA for c65734f
build.sbt
@@ -451,7 +451,7 @@ lazy val redis_intro =
451
libraryDependencies ++= scalaTestDeps
452
.map(_.withConfigurations(Some("it,test"))),
453
libraryDependencies ++= Seq(
454
- "redis.clients" % "jedis" % "4.3.1",
+ "redis.clients" % "jedis" % "4.3.2",
455
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
456
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
457
),
0 commit comments