Skip to content

Commit 0f2ccd0

Browse files
Update jedis from 4.4.8 to 5.1.2
1 parent bc93a5c commit 0f2ccd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ lazy val redis_intro =
460460
libraryDependencies ++= scalaTestDeps
461461
.map(_.withConfigurations(Some("it,test"))),
462462
libraryDependencies ++= Seq(
463-
"redis.clients" % "jedis" % "4.4.8",
463+
"redis.clients" % "jedis" % "5.1.2",
464464
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
465465
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
466466
),
@@ -533,7 +533,8 @@ lazy val scala_libraries_persistence =
533533
name := "scala-libraries-persistence",
534534
scalaVersion := scala3Version,
535535
Defaults.itSettings,
536-
libraryDependencies ++= scalaTestDeps.map(_.withConfigurations(Some("it,test"))),
536+
libraryDependencies ++= scalaTestDeps
537+
.map(_.withConfigurations(Some("it,test"))),
537538
libraryDependencies ++= Seq(
538539
"com.typesafe.slick" %% "slick" % slickVersion,
539540
"com.h2database" % "h2" % "2.2.224",

0 commit comments

Comments
 (0)