Skip to content

Commit

Permalink
Update cats-parse to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CozyBot[bot] authored and CozyBot[bot] committed Jul 16, 2023
1 parent 0a2e91c commit 09f9333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit 09f9333

Please sign in to comment.