Skip to content

Update slf4j-api to 2.0.11 #220

Update slf4j-api to 2.0.11

Update slf4j-api to 2.0.11 #220

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@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- run: sbt scalafmtCheckAll test jgiven-scalatest-reporter/publishLocal scripted