Skip to content

Update sbt to 1.10.3 #669

Update sbt to 1.10.3

Update sbt to 1.10.3 #669

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
include:
- java: 8
- java: 11
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: ${{matrix.java}}
distribution: adopt
- uses: coursier/cache-action@v6
- run: sbt -v
"+mimaReportBinaryIssues"
"+Test/compile"
"+test"