Skip to content

Commit fd6b124

Browse files
authored
Merge pull request #1947 from Baeldung/update/cats-effect-3.6.3
Update cats-effect, cats-effect-testkit from 3.6.2 to 3.6.3
2 parents bd512a2 + 2a23935 commit fd6b124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.6.2"
8-
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test
7+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
8+
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1010
val logback = "ch.qos.logback" % "logback-classic" % "1.5.18"
1111
val embedMongoVersion = "4.20.1"

0 commit comments

Comments
 (0)