Skip to content

Commit cffdaea

Browse files
authored
Merge pull request #1338 from regadas/patch-2
Fix invalid universe import
2 parents 86b8f66 + debd78f commit cffdaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/quasiquotes/lifting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To define tree representation for your own data type just provide an implicit in
4949

5050
package points
5151

52-
import scala.universe._
52+
import scala.reflect.runtime.universe._
5353

5454
case class Point(x: Int, y: Int)
5555
object Point {

0 commit comments

Comments
 (0)