Skip to content

Commit

Permalink
Adds NoClassDefFoundError issue in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux committed May 28, 2023
1 parent 5e8293e commit 038cfd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,13 @@ See https://github.com/zio/zio/pull/6455.



### I'm getting NoClassDefFoundError on cats/FlatMapArityFunctions

Check that your project has `org.typelevel:cats-core` as a dependency.
See https://github.com/zio/interop-cats/issues/669 for more details about this issue.



### When will tranzactio work with <insert DB library here>?

I want to add wrappers around more database access libraries.
Expand Down

0 comments on commit 038cfd5

Please sign in to comment.