Skip to content

sbt, scripted-plugin: 1.9.9 -> 1.10.0 #24

sbt, scripted-plugin: 1.9.9 -> 1.10.0

sbt, scripted-plugin: 1.9.9 -> 1.10.0 #24

Workflow file for this run

name: examples-free
on:
push:
paths:
- '.github/workflows/examples-free.yml'
- 'examples/free/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 8
- run: |
cd examples/free
sbt Jetty/test