Skip to content

Commit ca70205

Browse files
authored
Include sbt version in the dependency info
1 parent e4da2c2 commit ca70205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python --version
3333
pip --version
34-
sbt --help
34+
sbt --version
3535
- name: Install Python dependencies
3636
run: |
3737
pip install ".[dev]"

0 commit comments

Comments
 (0)