diff --git a/build.sbt b/build.sbt index 8990c04..8bc5ac3 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( ) ) -val catsEffectVersion = "3.4.6" +val catsEffectVersion = "3.4.7" val munitCEVersion = "2.0.0-M3" lazy val root = tlCrossRootProject.aggregate(core, tests, example)