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

Commit

Permalink
added experimental macros import
Browse files Browse the repository at this point in the history
  • Loading branch information
sviezypan committed Dec 3, 2022
1 parent a2bf9e1 commit 20d22bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/src/main/scala/zio/sql/macros/tablelike.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import zio.Chunk
sealed trait TableSchema[T]

object TableSchema {
import scala.language.experimental.macros

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

Expand Down

0 comments on commit 20d22bc

Please sign in to comment.