Skip to content

Update scalatest to 3.2.17 #74

Update scalatest to 3.2.17

Update scalatest to 3.2.17 #74

Workflow file for this run

name: Scala Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Eclipse Temurin - JDK 19
uses: actions/[email protected]
with:
java-version: '19'
distribution: 'temurin'
- name: Test
run: sbt test