Skip to content

Update sbt, scripted-plugin to 1.10.3 #70

Update sbt, scripted-plugin to 1.10.3

Update sbt, scripted-plugin to 1.10.3 #70

Workflow file for this run

name: Test scala
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Test
run: sbt clean compile