Skip to content

Commit

Permalink
macro fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Janusz committed Mar 18, 2023
1 parent fd6e6b6 commit 4616520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/github/ghik/sbt/nosbt/Macros.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Macros(val c: blackbox.Context) {
val sbtProjectCls = c.mirror.staticClass("_root_.sbt.Project")

val projectGroupTpe =
c.mirror.staticClass("_root_.com.github.ghik.sbt-nosbt.ProjectGroup").toType
c.mirror.staticClass("_root_.com.github.ghik.sbt.nosbt.ProjectGroup").toType

val rootProjectSym =
projectGroupTpe.member(TermName("root"))
Expand Down

0 comments on commit 4616520

Please sign in to comment.