Skip to content

Update sbt, scripted-plugin to 1.9.7 (#132) #98

Update sbt, scripted-plugin to 1.9.7 (#132)

Update sbt, scripted-plugin to 1.9.7 (#132) #98

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- name: Run tests
run: sbt scripted