Skip to content

Commit

Permalink
Use import instead of mixin trait
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed May 28, 2024
1 parent 35966e6 commit 45bcb1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import magnolify.test.Simple.*
import org.scalacheck.*

object ScopeTest {
object Auto extends magnolify.scalacheck.AutoDerivations {
object Auto {
import magnolify.scalacheck.auto.*
implicitly[Arbitrary[Numbers]]
implicitly[Cogen[Numbers]]
implicitly[Arbitrary[Numbers => Numbers]]
Expand Down

0 comments on commit 45bcb1c

Please sign in to comment.