Skip to content

Commit

Permalink
Merge pull request #207 from scala-steward/update/cats-parse-1.0.0
Browse files Browse the repository at this point in the history
Update cats-parse to 1.0.0
  • Loading branch information
daddykotex authored Nov 7, 2023
2 parents 949297c + f748562 commit 1701223
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 1701223

Please sign in to comment.