diff --git a/build.sbt b/build.sbt index 7ff4e2c..94d045b 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "catscript", libraryDependencies ++= List( "org.typelevel" %% "cats-core" % "2.13.0", - "org.typelevel" %% "cats-effect" % "3.7.0", + "org.typelevel" %% "cats-effect" % "3.7.1", "co.fs2" %% "fs2-core" % "3.13.0", "co.fs2" %% "fs2-io" % "3.13.0", "org.scodec" %% "scodec-bits" % "1.2.4",