Skip to content

Commit 5a7bd6e

Browse files
Update jedis from 6.0.0 to 6.1.0
1 parent 2a7a18c commit 5a7bd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ lazy val redis_intro =
520520
libraryDependencies ++= scalaTestDeps
521521
.map(_.withConfigurations(Some("it,test"))),
522522
libraryDependencies ++= Seq(
523-
"redis.clients" % "jedis" % "6.0.0",
523+
"redis.clients" % "jedis" % "6.1.0",
524524
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
525525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526526
),

0 commit comments

Comments
 (0)