Skip to content

Commit 5386e83

Browse files
Update cats-effect, cats-effect-testkit from 3.6.0 to 3.6.1
1 parent dceed51 commit 5386e83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
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.6.0"
8-
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.0" % Test
7+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
8+
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.1" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1010
val logback = "ch.qos.logback" % "logback-classic" % "1.5.17"
1111
val embedMongoVersion = "4.20.0"

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

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

0 commit comments

Comments
 (0)