Skip to content

Commit

Permalink
Update cats-parse to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grokking-steward[bot] committed Dec 12, 2024
1 parent d395607 commit 6793cb1
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.12.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 6793cb1

Please sign in to comment.