Skip to content

sbt, scripted-plugin: 1.10.6 -> 1.10.7 #179

sbt, scripted-plugin: 1.10.6 -> 1.10.7

sbt, scripted-plugin: 1.10.6 -> 1.10.7 #179

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 8
- uses: sbt/setup-sbt@v1
- run: sbt scripted +test +publishLocal