Skip to content

Update sbt to 1.10.0 #55

Update sbt to 1.10.0

Update sbt to 1.10.0 #55

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [master, main]
jobs:
build:
name: Build and Test
runs-on: ubuntu-22.04
steps:
- name: Checkout current branch (full)
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build project
run: sbt test