Bump to Chisel 3.5.0

This commit is contained in:
abejgonzalez 2022-01-17 15:52:09 -08:00
parent 34cb1c99a7
commit 0a68c1b24a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import Tests._
val chiselVersion = "3.5.0-RC1"
val chiselVersion = "3.5.0"
// This is set by CI and should otherwise be unmodified
val apiDirectory = settingKey[String]("The site directory into which the published scaladoc should placed.")