From ad0469caef7df3999c1510621198a490c563a903 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Nov 2021 11:17:31 +0100 Subject: [PATCH] Update eff to 5.22.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d68c165..5ec93e7 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3") libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.6.1", - "org.atnos" %% "eff" % "5.19.0", + "org.atnos" %% "eff" % "5.22.0", "org.specs2" %% "specs2-core" % "4.12.3" % "test", "org.specs2" %% "specs2-junit" % "4.12.3" % "test"