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 a85b7cd + 508c1fc commit d6a8248Copy full SHA for d6a8248
build.sbt
@@ -474,7 +474,7 @@ lazy val redis_intro =
474
libraryDependencies ++= scalaTestDeps
475
.map(_.withConfigurations(Some("it,test"))),
476
libraryDependencies ++= Seq(
477
- "redis.clients" % "jedis" % "5.1.3",
+ "redis.clients" % "jedis" % "5.1.4",
478
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
479
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
480
),
0 commit comments