Skip to content

Commit 0cc7112

Browse files
Update kafka-avro-serializer from 7.6.0 to 7.6.1
1 parent bc93a5c commit 0cc7112

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
@@ -480,7 +480,7 @@ val jackSonVersion = "2.17.0"
480480
val log4jApiScalaVersion = "13.1.0"
481481
val log4jVersion = "2.20.0"
482482
val avro4sVersion = "4.1.2"
483-
val kafkaAvroSerializer = "7.6.0"
483+
val kafkaAvroSerializer = "7.6.1"
484484

485485
val pureConfigDep = "com.github.pureconfig" %% "pureconfig" % pureconfigVersion
486486

@@ -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)