Skip to content

Commit

Permalink
Merge pull request #58 from cozydev-pink/update/cats-parse-0.3.10
Browse files Browse the repository at this point in the history
Update cats-parse to 0.3.10
  • Loading branch information
samspills authored Jul 17, 2023
2 parents ad47eda + 09f9333 commit 10917d9
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 10917d9

Please sign in to comment.