diff --git a/build.sbt b/build.sbt index d39e131..ba7cea0 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % catsV, "org.typelevel" %%% "cats-effect" % catsEffectV, - "org.tpolecat" %%% "natchez-core" % "0.3.2", + "org.tpolecat" %%% "natchez-core" % "0.3.5", "io.chrisdavenport" %%% "fiberlocal" % "0.1.1", "org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test,