Skip to content

Update sbt, scripted-plugin to 1.10.3 #503

Update sbt, scripted-plugin to 1.10.3

Update sbt, scripted-plugin to 1.10.3 #503

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 8 * * 3'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
- run: git show --oneline --check
- run: sbt -v test