Skip to content

Update sbt, scripted-plugin to 1.10.1 (#206) #151

Update sbt, scripted-plugin to 1.10.1 (#206)

Update sbt, scripted-plugin to 1.10.1 (#206) #151

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- name: Run tests
run: sbt clean test scripted