We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be86950 commit aae068eCopy full SHA for aae068e
build.sbt
@@ -15,7 +15,7 @@ val scalacOption = Def.setting {
15
if (isScala3.value) Seq.empty else Seq("-language:_", "-Ywarn-unused")
16
}
17
18
-lazy val root = (project in file(".")).aggregate(core, scala2macros, `integration-test` % "compile->compile")
+lazy val root = (project in file(".")).aggregate(core, scala2macros)
19
20
lazy val core = (project in file("core"))
21
.enablePlugins(SbtOsgi)
0 commit comments