Skip to content

Commit 59a9904

Browse files
committed
Fix scala-reflect dependency version
1 parent 97514bb commit 59a9904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ trait Macros extends CrossSbtModule with HasScala2MacroAnno with ScalafmtModule
216216
}
217217
}
218218

219-
override def ivyDeps = super.ivyDeps() ++ Seq(ivy"org.scala-lang:scala-reflect:$scalaVersion")
219+
override def ivyDeps = super.ivyDeps() ++ Seq(v.scalaReflect(crossScalaVersion))
220220
}
221221

222222
object core extends Cross[Core](v.scalaCrossVersions)

0 commit comments

Comments
 (0)