Skip to content

Commit 751ae73

Browse files
committed
increase version in README
1 parent f450934 commit 751ae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ sbt "publishLocal"
1616

1717
To use it under your project, add this line in your `build.sbt` file :
1818
```scala
19-
libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.8")
19+
libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.9")
2020
```
2121

2222
And import package in your chisel code :

0 commit comments

Comments
 (0)