diff --git a/build.sbt b/build.sbt index 368f360..ec95608 100644 --- a/build.sbt +++ b/build.sbt @@ -6,10 +6,10 @@ scalaVersion := "2.13.14" crossScalaVersions += "3.3.3" libraryDependencies ++= Seq( - "is.cir" %% "ciris" % "3.6.0", - "com.typesafe" % "config" % "1.4.3", - "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test", - "org.typelevel" %% "cats-effect" % "3.5.4" % "test" + "is.cir" %% "ciris" % "3.6.0", + "com.typesafe" % "config" % "1.4.3", + "org.typelevel" %% "munit-cats-effect" % "2.0.0" % "test", + "org.typelevel" %% "cats-effect" % "3.5.4" % "test" ) scalafmtOnCompile := true