Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: coursier/setup-action@v3
- name: Restore caches
uses: coursier/cache-action@v8
- name: Setup Scala
uses: coursier/setup-action@v3
with:
jvm: 11
jvm: 21
apps: sbt
- name: Cache
uses: actions/cache@v5
with:
path: |
~/.cache/coursier
~/.sbt
key: sbt-${{ hashFiles('**/build.sbt', '**/build.properties') }}
- name: Run tests
run: sbt +compile +test scalastyle
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The NCC Group has conducted an audit of this library - we have a blog post about

## Building

Recrypt requires openjdk8+ and is known to build under Linux and MacOSX.
Recrypt requires openjdk21+ and is known to build under Linux and MacOSX.

https://github.com/paulp/sbt-extras can be used to get sbt.

Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
}
);
}