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 eb8d65a commit 11180f4Copy full SHA for 11180f4
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