Skip to content

Commit 7ad0dc5

Browse files
authored
Merge pull request #1675 from Baeldung/update/cats-effect-3.5.7
Update cats-effect, cats-effect-testkit from 3.5.6 to 3.5.7
2 parents aa068f4 + 422078b commit 7ad0dc5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ThisBuild / scalaVersion := scala3Version
44
ThisBuild / organization := "com.baeldung"
55
ThisBuild / organizationName := "core-scala"
66
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
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1010
val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
1111
val embedMongoVersion = "4.18.0"
@@ -583,7 +583,6 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
583583
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
584584
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
585585
"software.amazon.awssdk" % "s3" % "2.29.20"
586-
587586
),
588587
Defaults.itSettings,
589588
IntegrationTest / fork := true
@@ -605,7 +604,7 @@ lazy val scala_libraries_persistence =
605604
doobieCore,
606605
doobiePGDep,
607606
"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"),
609608
"de.flapdoodle.embed" % "de.flapdoodle.embed.mongo" % embedMongoVersion % IntegrationTest,
610609
logback,
611610
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,

scala-with-maven/hello-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.typelevel</groupId>
2424
<artifactId>cats-effect_3</artifactId>
25-
<version>3.5.6</version>
25+
<version>3.5.7</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.http4s</groupId>

0 commit comments

Comments
 (0)