Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Update sbt to 1.8.3 #321

Update sbt to 1.8.3

Update sbt to 1.8.3 #321

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- name: Run tests
run: sbt ci