From b9a465675d0abc00e998a80aab2dd9a8e0854e20 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 9 Sep 2024 14:15:16 +0000 Subject: [PATCH] Update cats-free to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d2143ae..78ab048 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val root = (project in file(".")).settings( libraryDependencies ++= Seq( "org.seleniumhq.selenium" % "selenium-java" % "4.15.0", "com.lihaoyi" % "ammonite" % "2.5.11" cross CrossVersion.full, - "org.typelevel" %% "cats-free" % "2.10.0", + "org.typelevel" %% "cats-free" % "2.12.0", "org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test, "org.scalactic" %% "scalactic" % "3.2.17", "org.scalamock" %% "scalamock" % "5.2.0" % Test