diff options
| author | Jiuyang Liu | 2020-09-03 22:04:19 +0800 |
|---|---|---|
| committer | GitHub | 2020-09-03 10:04:19 -0400 |
| commit | c6ca8f952bd062979a7d843b14960ab8454fa72a (patch) | |
| tree | 97b58615535828897b14b4053c3c7c0a80d7974a | |
| parent | 29a71e05ea075df860b98ac556257aa9ee7c5722 (diff) | |
Bug fix for build.sc (#1579)
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit } object test extends Tests { - override def scalacPluginClasspath: T[Loose.Agg[PathRef]] = m.scalacPluginClasspath + override def scalacPluginClasspath = m.scalacPluginClasspath private def ivyCrossDeps = majorVersion match { case i if i < 12 => Agg(ivy"junit:junit:4.13") |
