Skip to content

Update sbt to 1.10.5 #265

Update sbt to 1.10.5

Update sbt to 1.10.5 #265

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- run: sbt scalafmtCheckAll test jgiven-scalatest-reporter/publishLocal scripted
- uses: scalacenter/sbt-dependency-submission@v3