Skip to content

sbt, scripted-plugin: 1.10.4 -> 1.10.5 #320

sbt, scripted-plugin: 1.10.4 -> 1.10.5

sbt, scripted-plugin: 1.10.4 -> 1.10.5 #320

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
- run: sbt scalafmtCheckAll
- run: sbt tests/test
- run: sbt 'set ThisBuild / version := "0.1.0-SNAPSHOT"; library/publishLocal; +rules/publishLocal; plugin/scripted'