Skip to content

Commit

Permalink
Update cats-parse 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jan 29, 2025
1 parent 7244169 commit b716d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {

val catsCore = Def.setting("org.typelevel" %%% "cats-core" % "2.13.0")
val catsEffect = Def.setting("org.typelevel" %%% "cats-effect" % "3.5.7")
val catsParse = Def.setting("org.typelevel" %%% "cats-parse" % "1.0.0")
val catsParse = Def.setting("org.typelevel" %%% "cats-parse" % "1.1.0")

val fs2 = Def.setting("co.fs2" %%% "fs2-core" % fs2Version)
val fs2IO = Def.setting("co.fs2" %%% "fs2-io" % fs2Version)
Expand Down

0 comments on commit b716d6a

Please sign in to comment.