Skip to content

Updated to use mockito 5.6.0, and added a note in README.md about the… #20

Updated to use mockito 5.6.0, and added a note in README.md about the…

Updated to use mockito 5.6.0, and added a note in README.md about the… #20

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- name: Build and Test
run: sbt -v +test