Skip to content

Commit

Permalink
Use blackbox macros whenever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Sep 26, 2017
1 parent b721095 commit 2a10d0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import io.circe.generic.decoding.ReprDecoder
import macrocompat.bundle
import scala.annotation.tailrec
import scala.collection.immutable.Map
import scala.reflect.macros.whitebox
import scala.reflect.macros.blackbox
import shapeless.{ CNil, Coproduct, HList, HNil, Lazy }
import shapeless.labelled.KeyTag

@bundle
abstract class DerivationMacros[RD[_], RE[_], DD[_], DE[_]] {
val c: whitebox.Context
val c: blackbox.Context

import c.universe._

Expand Down

0 comments on commit 2a10d0f

Please sign in to comment.