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"