Skip to content

Commit b3726a9

Browse files
committed
Merge branch 'Kev-J-fix-ci'
2 parents 0f5848c + 7696eb3 commit b3726a9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/scala.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Setup JDK
16-
uses: actions/setup-java@v3
17-
with:
18-
distribution: temurin
19-
java-version: 8
15+
- name: Setup SBT
16+
uses: sbt/setup-sbt@v1
2017
- name: Publish package
2118
run: sbt publish
2219
env:

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.6")
19+
libraryDependencies ++= Seq("org.armadeus" %% "wbplumbing" % "6.2.8")
2020
```
2121

2222
And import package in your chisel code :

0 commit comments

Comments
 (0)