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 01debf9 commit 5c2d3b9Copy full SHA for 5c2d3b9
build.sbt
@@ -488,7 +488,7 @@ lazy val redis_intro =
488
libraryDependencies ++= scalaTestDeps
489
.map(_.withConfigurations(Some("it,test"))),
490
libraryDependencies ++= Seq(
491
- "redis.clients" % "jedis" % "5.1.5",
+ "redis.clients" % "jedis" % "5.2.0",
492
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
493
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
494
),
0 commit comments