We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f450934 commit 751ae73Copy full SHA for 751ae73
README.md
@@ -16,7 +16,7 @@ $ sbt "publishLocal"
16
17
To use it under your project, add this line in your `build.sbt` file :
18
```scala
19
-libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.8")
+libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.9")
20
```
21
22
And import package in your chisel code :
0 commit comments