We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f5848c + 7696eb3 commit b3726a9Copy full SHA for b3726a9
.github/workflows/scala.yml
@@ -12,11 +12,8 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- - name: Setup JDK
16
- uses: actions/setup-java@v3
17
- with:
18
- distribution: temurin
19
- java-version: 8
+ - name: Setup SBT
+ uses: sbt/setup-sbt@v1
20
- name: Publish package
21
run: sbt publish
22
env:
README.md
@@ -16,7 +16,7 @@ $ sbt "publishLocal"
To use it under your project, add this line in your `build.sbt` file :
```scala
-libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.6")
+libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.8")
```
And import package in your chisel code :
0 commit comments