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 8a7fcf2 commit 0e3e5a9Copy full SHA for 0e3e5a9
build.sc
@@ -227,12 +227,12 @@ class Frontend(val crossScalaVersion: String) extends BloopCrossSbtModule with P
227
}
228
229
object test extends Tests {
230
- def compileIvyDeps = super.compileIvyDeps() ++ Agg(
231
- Dependencies.jsoniterMacros
232
- )
233
def moduleDeps = super.moduleDeps ++ Seq(
234
backend().test
235
)
+ def compileIvyDeps = super.compileIvyDeps() ++ Agg(
+ Dependencies.jsoniterMacros
+ )
236
237
def buildInfoFile = T.persistent {
238
val dir = T.dest / "constants"
0 commit comments