Skip to content

Update sentry from 7.18.1 to 7.19.0 #1353

Update sentry from 7.18.1 to 7.19.0

Update sentry from 7.18.1 to 7.19.0 #1353

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- uses: coursier/cache-action@v5
with:
extraKey: pr-${GITHUB_HEAD_REF}
- name: Check/Compile/Test
run: sbt versionPolicyCheck check