@@ -4,8 +4,8 @@ ThisBuild / scalaVersion := scala3Version
4
4
ThisBuild / organization := " com.baeldung"
5
5
ThisBuild / organizationName := " core-scala"
6
6
val jUnitInterface = " com.github.sbt" % " junit-interface" % " 0.13.3" % " test"
7
- val catsEffect = " org.typelevel" %% " cats-effect" % " 3.5.6 "
8
- val catEffectTest = " org.typelevel" %% " cats-effect-testkit" % " 3.5.6 " % Test
7
+ val catsEffect = " org.typelevel" %% " cats-effect" % " 3.5.7 "
8
+ val catEffectTest = " org.typelevel" %% " cats-effect-testkit" % " 3.5.7 " % Test
9
9
val scalaReflection = " org.scala-lang" % " scala-reflect" % scalaV
10
10
val logback = " ch.qos.logback" % " logback-classic" % " 1.5.12"
11
11
val embedMongoVersion = " 4.18.0"
@@ -583,7 +583,6 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
583
583
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
584
584
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
585
585
" software.amazon.awssdk" % " s3" % " 2.29.20"
586
-
587
586
),
588
587
Defaults .itSettings,
589
588
IntegrationTest / fork := true
@@ -605,7 +604,7 @@ lazy val scala_libraries_persistence =
605
604
doobieCore,
606
605
doobiePGDep,
607
606
" org.reactivemongo" %% " reactivemongo" % reactiveMongo,
608
- " org.reactivemongo" %% " reactivemongo-akkastream" % reactiveMongo exclude(" org.scala-lang.modules" , " scala-parser-combinators_2.13" ),
607
+ " org.reactivemongo" %% " reactivemongo-akkastream" % reactiveMongo exclude (" org.scala-lang.modules" , " scala-parser-combinators_2.13" ),
609
608
" de.flapdoodle.embed" % " de.flapdoodle.embed.mongo" % embedMongoVersion % IntegrationTest ,
610
609
logback,
611
610
" com.typesafe.slick" %% " slick-hikaricp" % slickVersion,
0 commit comments