4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Scala2,230 stars (2,230 stars)572 forks (572 forks)batch import
good first issue
- Issue 種別
- bug
- 前提条件
- なし
- 調査方針
- Locate the `@implicitNotFound` annotation on the `Ticker` type in the cats effect source code (likely in core or testkit module). The annotation currently suggests using `ticked` but that import is not part of the testkit. Update the message to reference the correct import path, such as `cats.effect.testkit.Ticker.ticked` or similar. Check the actual import location in the testkit module to ensure accuracy.