Skip to content

Update version of Scala, Scalatest, SBT, JDK and Github Actions #4

Update version of Scala, Scalatest, SBT, JDK and Github Actions

Update version of Scala, Scalatest, SBT, JDK and Github Actions #4

Workflow file for this run

name: Tests
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
cache: 'sbt'
- run: sbt test