@@ -143,14 +143,14 @@ lazy val scala_core_oop = (project in file("scala-core-modules/scala-core-oop"))
143
143
Seq (catsEffect, jUnitInterface) ++ scalaTestDeps
144
144
)
145
145
146
- lazy val scala_strings_2 = (project in file( " scala-core-modules/scala-strings-2 " ))
147
- .settings(
148
- name := " scala-core-strings " ,
149
- libraryDependencies ++= scalaTestDeps ,
150
- libraryDependencies += jUnitInterface ,
151
- scalaVersion := scala3Version
152
- )
153
-
146
+ lazy val scala_strings_2 =
147
+ (project in file( " scala-core-modules/scala-strings-2 " ))
148
+ .settings(
149
+ name := " scala-core-strings " ,
150
+ libraryDependencies ++= scalaTestDeps ,
151
+ libraryDependencies += jUnitInterface,
152
+ scalaVersion := scala3Version
153
+ )
154
154
155
155
lazy val scala_core_fp = (project in file(" scala-core-modules/scala-core-fp" ))
156
156
.settings(
@@ -502,7 +502,7 @@ val jackSonVersion = "2.17.2"
502
502
val log4jApiScalaVersion = " 13.1.0"
503
503
val log4jVersion = " 2.20.0"
504
504
val avro4sVersion = " 4.1.2"
505
- val kafkaAvroSerializer = " 7.6.1 "
505
+ val kafkaAvroSerializer = " 7.6.2 "
506
506
507
507
val pureConfigDep = " com.github.pureconfig" %% " pureconfig" % pureconfigVersion
508
508
0 commit comments