Skip to content

Update sbt, scripted-plugin to 1.10.11 #559

Update sbt, scripted-plugin to 1.10.11

Update sbt, scripted-plugin to 1.10.11 #559

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- 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