Use 3.5-SNAPSHOT to get compatibility module fix
This commit is contained in:
@@ -60,7 +60,7 @@ def isolateAllTests(tests: Seq[TestDefinition]) = tests map { test =>
|
||||
new Group(test.name, Seq(test), SubProcess(options))
|
||||
} toSeq
|
||||
|
||||
val chiselVersion = "3.5.0"
|
||||
val chiselVersion = "3.5-SNAPSHOT"
|
||||
|
||||
lazy val chiselSettings = Seq(
|
||||
libraryDependencies ++= Seq("edu.berkeley.cs" %% "chisel3" % chiselVersion),
|
||||
|
||||
Reference in New Issue
Block a user