Skip to content

Update logback-classic from 1.4.14 to 1.5.0 #1144

Update logback-classic from 1.4.14 to 1.5.0

Update logback-classic from 1.4.14 to 1.5.0 #1144

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