Skip to content

Commit 279cc40

Browse files
authored
Include Java and Scala versions when printing dependency info
1 parent ca70205 commit 279cc40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
python --version
3333
pip --version
34+
java --version
35+
scala --version
3436
sbt --version
3537
- name: Install Python dependencies
3638
run: |

0 commit comments

Comments
 (0)