We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee1755 commit ccf5ad8Copy full SHA for ccf5ad8
src/main/g8/Main.scala
@@ -12,11 +12,13 @@ $endif$
12
//> using dep co.fs2::fs2-core:3.10.2
13
//> using dep io.higherkindness::droste-core:0.9.0
14
15
-//> using test.dep org.typelevel::cats-laws:2.12.0
16
//> using test.dep org.scalameta::munit:1.0.0
17
//> using test.dep org.typelevel::munit-cats-effect:2.0.0
18
//> using test.dep org.scalameta::munit-scalacheck:1.0.0
+//> using test.dep org.scalacheck::scalacheck:1.18.0
19
+//> using test.dep org.typelevel::scalacheck-effect-munit:1.0.4
20
//> using test.dep org.typelevel::cats-effect-testkit:3.5.4
21
+//> using test.dep org.typelevel::cats-laws:2.12.0
22
//> using test.dep org.typelevel::discipline-munit:2.0.0
23
24
$if(use_scala_3.truthy)$
0 commit comments