Merge pull request #35 from OpenXiangShan/misc

misc: fix version of chiseltest
This commit is contained in:
wakafa 2021-10-13 17:06:48 +08:00 committed by GitHub
commit b358af5751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import scalafmt._
val defaultVersions = Map(
"chisel3" -> "3.4.3",
"chisel3-plugin" -> "3.4.3",
"chiseltest" -> "latest.integration",
"chiseltest" -> "0.3.2",
"scala" -> "2.12.13",
"scalatest" -> "3.2.7"
)