From 0c520240b204c02978fc61d0af70c5530177de7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Aug 2024 20:23:09 +0000 Subject: [PATCH] Update cats-mtl to 1.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 55cdd875..663c75db 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ val commonSettings = Seq( organization := "com.kubukoz.playground", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.12.0", - "org.typelevel" %% "cats-mtl" % "1.4.0", + "org.typelevel" %% "cats-mtl" % "1.5.0", "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test, "com.disneystreaming" %% "weaver-discipline" % "0.8.4" % Test, "com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test,