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 97514bb commit 59a9904Copy full SHA for 59a9904
build.sc
@@ -216,7 +216,7 @@ trait Macros extends CrossSbtModule with HasScala2MacroAnno with ScalafmtModule
216
}
217
218
219
- override def ivyDeps = super.ivyDeps() ++ Seq(ivy"org.scala-lang:scala-reflect:$scalaVersion")
+ override def ivyDeps = super.ivyDeps() ++ Seq(v.scalaReflect(crossScalaVersion))
220
221
222
object core extends Cross[Core](v.scalaCrossVersions)
0 commit comments