Skip to content

Commit

Permalink
Update cats-parse to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 7, 2023
1 parent 949297c commit f748562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ object cli extends BaseScalaModule with buildinfo.BuildInfo {

object formatter extends BaseModule { outer =>
val deps = Agg(
ivy"org.typelevel::cats-parse::0.3.10"
ivy"org.typelevel::cats-parse::1.0.0"
)

object jvm extends BaseScalaModule {
Expand Down Expand Up @@ -445,7 +445,7 @@ object Deps {
}
object cats {
val mtl = ivy"org.typelevel::cats-mtl:1.4.0"
val parse = ivy"org.typelevel::cats-parse:0.3.10"
val parse = ivy"org.typelevel::cats-parse:1.0.0"
}
val ciString = ivy"org.typelevel::case-insensitive:1.4.0"
val decline = ivy"com.monovore::decline:2.4.1"
Expand Down

0 comments on commit f748562

Please sign in to comment.