We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f06735 commit 0aee0ffCopy full SHA for 0aee0ff
build.sbt
@@ -6,6 +6,6 @@ scalacOptions ++= Seq(
6
)
7
8
// Chisel 3.5
9
-addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.5.3" cross CrossVersion.full)
10
-libraryDependencies += "edu.berkeley.cs" %% "chisel3" % "3.5.3"
11
-libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "0.5.3"
+addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.5.6" cross CrossVersion.full)
+libraryDependencies += "edu.berkeley.cs" %% "chisel3" % "3.5.6"
+libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "0.5.6"
0 commit comments