Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[scala3] Fix Scala3 difference in Probe API (#4591)
The Probe.apply API is supposed to take a second argument of type `Layer`. However, this was incorrectly taking an argument of type `Option[Layer]`. Revert to the former. Signed-off-by: Schuyler Eldridge <[email protected]>
- Loading branch information