File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
flow/designs/src/mock-array Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ scalaVersion := "2.13.6"
88scalacOptions ++= Seq (" -deprecation" , " -feature" , " -unchecked" , " -language:reflectiveCalls" )
99
1010val defaultVersions = Map (
11- " chisel3" -> " 3.6.0-RC2 " ,
12- " chiseltest" -> " 0.6.0-RC2 "
11+ " chisel3" -> " 3.6.1 " ,
12+ " chiseltest" -> " 0.6.2 "
1313)
1414
1515libraryDependencies ++= (Seq (" chisel3" , " chiseltest" ).map { dep : String =>
1616 " edu.berkeley.cs" %% dep % sys.props
1717 .getOrElse(dep + " Version" , defaultVersions(dep)) withSources () withJavadoc ()
1818})
1919
20- addCompilerPlugin(" edu.berkeley.cs" % " chisel3-plugin" % " 3.6.0-RC2 " cross CrossVersion .full)
20+ addCompilerPlugin(" edu.berkeley.cs" % " chisel3-plugin" % " 3.6.1 " cross CrossVersion .full)
2121
2222libraryDependencies += " com.github.scopt" %% " scopt" % " 4.0.0"
2323
You can’t perform that action at this time.
0 commit comments