Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 20d22bc

Browse files
committed
added experimental macros import
1 parent a2bf9e1 commit 20d22bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

macros/src/main/scala/zio/sql/macros/tablelike.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import zio.Chunk
88
sealed trait TableSchema[T]
99

1010
object TableSchema {
11+
import scala.language.experimental.macros
1112

1213
final case class Compatible[T]() extends TableSchema[T]
1314

0 commit comments

Comments
 (0)