Skip to content

Commit c33e582

Browse files
committed
Move TypeInfo macro in separate project
1 parent 1fab2cc commit c33e582

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build.sbt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,11 @@ libraryDependencies ++= {
169169
Nil
170170
}
171171
}
172+
173+
lazy val macros = project.in(file("macros"))
174+
.settings(
175+
scalaVersion := Scala3
176+
)
177+
178+
179+
dependsOn(macros)

0 commit comments

Comments
 (0)