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 7e1a8cd + 11180f4 commit 1450182Copy full SHA for 1450182
build.sbt
@@ -480,7 +480,7 @@ lazy val redis_intro =
480
libraryDependencies ++= scalaTestDeps
481
.map(_.withConfigurations(Some("it,test"))),
482
libraryDependencies ++= Seq(
483
- "redis.clients" % "jedis" % "5.1.4",
+ "redis.clients" % "jedis" % "5.1.5",
484
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
485
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
486
),
0 commit comments