File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ lazy val redis_intro =
460
460
libraryDependencies ++= scalaTestDeps
461
461
.map(_.withConfigurations(Some (" it,test" ))),
462
462
libraryDependencies ++= Seq (
463
- " redis.clients" % " jedis" % " 4.4.8 " ,
463
+ " redis.clients" % " jedis" % " 5.1.2 " ,
464
464
" com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.14.1" ,
465
465
" org.scalatestplus" %% " mockito-3-4" % " 3.2.10.0" % " it"
466
466
),
@@ -533,7 +533,8 @@ lazy val scala_libraries_persistence =
533
533
name := " scala-libraries-persistence" ,
534
534
scalaVersion := scala3Version,
535
535
Defaults .itSettings,
536
- libraryDependencies ++= scalaTestDeps.map(_.withConfigurations(Some (" it,test" ))),
536
+ libraryDependencies ++= scalaTestDeps
537
+ .map(_.withConfigurations(Some (" it,test" ))),
537
538
libraryDependencies ++= Seq (
538
539
" com.typesafe.slick" %% " slick" % slickVersion,
539
540
" com.h2database" % " h2" % " 2.2.224" ,
You can’t perform that action at this time.
0 commit comments