Skip to content

Upgrade sbt-bloop from 1.5.8 to 1.5.11 #511

Upgrade sbt-bloop from 1.5.8 to 1.5.11

Upgrade sbt-bloop from 1.5.8 to 1.5.11 #511

Workflow file for this run

name: Run tests
on:
pull_request:
branches: ['*']
push:
branches: ['master']
jobs:
test:
name: Compile and validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache sbt, coursier and ivy
uses: actions/cache@v3
with:
path: |
~/.cache/coursier
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- name: Compile and validate
run: sbt +validate