Skip to content

Commit

Permalink
fix: Downgrade CE dependency of cats validation
Browse files Browse the repository at this point in the history
This is due to dependency eviction not working in Mill 0.11.x. It should not impact the behaviour of the example.
  • Loading branch information
Iltotore committed Sep 10, 2023
1 parent 690a432 commit c7d41cb
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 @@ -148,7 +148,7 @@ object examples extends Module {
def moduleDeps = Seq(main, cats)

def ivyDeps = Agg(
ivy"org.typelevel::cats-effect:3.4.2"
ivy"org.typelevel::cats-effect:3.3.14"
)
}

Expand All @@ -162,7 +162,7 @@ object examples extends Module {
val http4sVersion = "0.23.16"

def ivyDeps = Agg(
ivy"org.typelevel::cats-core:2.8.0",
//ivy"org.typelevel::cats-core:2.8.0",
ivy"io.circe::circe-core:$circeVersion",
ivy"io.circe::circe-parser:$circeVersion",
ivy"io.circe::circe-generic:$circeVersion",
Expand Down

0 comments on commit c7d41cb

Please sign in to comment.