diff --git a/build.sbt b/build.sbt index 93c6a60..3b29f40 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "lucille", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-parse" % "0.3.10", - "org.typelevel" %%% "cats-core" % "2.9.0", + "org.typelevel" %%% "cats-core" % "2.10.0", "org.scalameta" %%% "munit" % "1.0.0-M8" % Test, ), )