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