Skip to content

Update play-json to 3.0.3 #335

Update play-json to 3.0.3

Update play-json to 3.0.3 #335

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
- name: Run tests
run: sbt clean test IntegrationTest/test