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 @@ -480,7 +480,7 @@ val jackSonVersion = "2.17.0"
480
480
val log4jApiScalaVersion = " 13.1.0"
481
481
val log4jVersion = " 2.20.0"
482
482
val avro4sVersion = " 4.1.2"
483
- val kafkaAvroSerializer = " 7.6.0 "
483
+ val kafkaAvroSerializer = " 7.6.1 "
484
484
485
485
val pureConfigDep = " com.github.pureconfig" %% " pureconfig" % pureconfigVersion
486
486
@@ -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