Skip to content

Commit

Permalink
Merge pull request zio#781 from zio/fix_01_release
Browse files Browse the repository at this point in the history
Fix 0.1.0 release
  • Loading branch information
jczuchnowski committed Dec 7, 2022
2 parents 10d2512 + 20d22bc commit 20fd919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ lazy val coreJVM = core.jvm.dependsOn(macros)

lazy val macros = project
.in(file("macros"))
.settings(stdSettings("zio-sql-macros"))
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
Expand Down
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 20fd919

Please sign in to comment.