Skip to content

Commit

Permalink
Don't depend on version.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Jan 30, 2021
1 parent 74f9c3e commit 62f957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
with:
path: project/.*
key: sbt-java${{ matrix.java }}-${{ hashFiles('*.sbt', 'project/*') }}
key: sbt-java${{ matrix.java }}-${{ hashFiles('build.sbt', 'project/*') }}
- run: ./sbtx -no-share -batch test
strategy:
matrix:
Expand Down

0 comments on commit 62f957c

Please sign in to comment.