Skip to content

Commit

Permalink
added standard settings to macros module
Browse files Browse the repository at this point in the history
  • Loading branch information
sviezypan committed Dec 3, 2022
1 parent 10d2512 commit a2bf9e1
Showing 1 changed file with 1 addition 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

0 comments on commit a2bf9e1

Please sign in to comment.