Skip to content

Update sbt-scalaprops to 0.5.3 #581

Update sbt-scalaprops to 0.5.3

Update sbt-scalaprops to 0.5.3 #581

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
java-version: 17
distribution: temurin
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0
- run: sbt -v "+ Test/compile"