Skip to content

Update sbt-tpolecat from 0.4.2 to 0.4.4 #1126

Update sbt-tpolecat from 0.4.2 to 0.4.4

Update sbt-tpolecat from 0.4.2 to 0.4.4 #1126

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