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 447a90a + bfc57f4 commit 1b67399Copy full SHA for 1b67399
build.sbt
@@ -467,7 +467,7 @@ lazy val redis_intro =
467
libraryDependencies ++= scalaTestDeps
468
.map(_.withConfigurations(Some("it,test"))),
469
libraryDependencies ++= Seq(
470
- "redis.clients" % "jedis" % "5.1.2",
+ "redis.clients" % "jedis" % "5.1.3",
471
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
472
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
473
),
0 commit comments