Skip to content

Commit 6b9da40

Browse files
authored
Merge pull request #1657 from Baeldung/update/cats-effect-3.5.6
Update cats-effect, cats-effect-testkit from 3.5.5 to 3.5.6
2 parents d9b4a40 + ab41570 commit 6b9da40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 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.5"
8-
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.5" % Test
7+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
8+
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.6" % 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"

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.5</version>
25+
<version>3.5.6</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.http4s</groupId>

0 commit comments

Comments
 (0)