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 c3111b1 + 5a7bd6e commit 8711f98Copy full SHA for 8711f98
build.sbt
@@ -520,7 +520,7 @@ lazy val redis_intro =
520
libraryDependencies ++= scalaTestDeps
521
.map(_.withConfigurations(Some("it,test"))),
522
libraryDependencies ++= Seq(
523
- "redis.clients" % "jedis" % "6.0.0",
+ "redis.clients" % "jedis" % "6.1.0",
524
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526
),
0 commit comments