Skip to content

Update required scalaVersion to the now released 3.6.2 #162

Update required scalaVersion to the now released 3.6.2

Update required scalaVersion to the now released 3.6.2 #162

Workflow file for this run

name: Lint
on:
push:
branches:
- scala
pull_request:
branches:
- scala
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck