diff --git a/build.sbt b/build.sbt index c7840c9..c283c7f 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalacOptions := scalacOptions.value .filterNot(_ == "-source:3.0-migration"), libraryDependencies ++= Seq( - "org.typelevel" %%% "cats-core" % "2.9.0", + "org.typelevel" %%% "cats-core" % "2.10.0", "org.typelevel" %%% "cats-parse" % "0.3.10", "org.typelevel" %%% "literally" % "1.1.0", "org.scalameta" %%% "munit" % "1.0.0-M8" % Test