From c37bf9810591a4ac6b3274fe61a97f2f9a62a340 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Dec 2022 16:32:21 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.4.3 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index e24348e..2ac3f25 100644 --- a/build.sbt +++ b/build.sbt @@ -30,8 +30,8 @@ val commonSettings = Seq( "org.typelevel" %% "cats-tagless-macros" % "0.14.0", "org.typelevel" %% "cats-mtl" % "1.2.1", "com.github.julien-truffaut" %% "monocle" % "2.0.3", - "org.typelevel" %% "cats-effect-std" % "3.2.9", - "org.typelevel" %% "cats-effect-kernel" % "3.2.9", + "org.typelevel" %% "cats-effect-std" % "3.4.3", + "org.typelevel" %% "cats-effect-kernel" % "3.4.3", "com.softwaremill.diffx" %% "diffx-core" % "0.3.30" ) ++ compilerPlugins ) @@ -45,7 +45,7 @@ val tests = .settings( commonSettings, libraryDependencies ++= List( - "org.typelevel" %% "cats-effect" % "3.2.9", + "org.typelevel" %% "cats-effect" % "3.4.3", "com.softwaremill.diffx" %% "diffx-cats" % "0.3.30" ) ) @@ -58,7 +58,7 @@ val examples = .settings( commonSettings, libraryDependencies ++= List( - "org.typelevel" %% "cats-effect" % "3.2.9", + "org.typelevel" %% "cats-effect" % "3.4.3", //this won't work for now "org.tpolecat" %% "doobie-hikari" % "1.0.0-M4", "org.postgresql" % "postgresql" % "42.2.20"