## Add support scala versions - scala 3.1 - scala 3.2 ## Fixing minor bugs. - Resolved the issue of incorrect resolution or inability to compile when multiple implicit variables were found as candidates for resolving type arguments in dependency resolution through implicit parameters. - With the support for Scala 3.1 version and later, we have discontinued the support for JsonCodec of horizontal tuples with 22 or more elements. - We have added support for dependency injection of the concrete class itself with type parameters. ```scala class Target[F[_]](implicit context: Context[F]) extends AutoInject inject[Target[Future]] ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by giiita and has received 0 comments.