Skip to content

CORE-69: Minor and patch updates - sentry-logback to 8.22.0 - google-cloud-nio to 0.128.5 - sbt-jmh to 0.4.8 - guava to 33.5.0-jre - jwt-core to 11.0.3 - spring-web to 6.2.11 - sbt and 2 more to 1.11.6 - scala-logging to 3.9.6 - logback-classic to 1.5.19 #409

CORE-69: Minor and patch updates - sentry-logback to 8.22.0 - google-cloud-nio to 0.128.5 - sbt-jmh to 0.4.8 - guava to 33.5.0-jre - jwt-core to 11.0.3 - spring-web to 6.2.11 - sbt and 2 more to 1.11.6 - scala-logging to 3.9.6 - logback-classic to 1.5.19

CORE-69: Minor and patch updates - sentry-logback to 8.22.0 - google-cloud-nio to 0.128.5 - sbt-jmh to 0.4.8 - guava to 33.5.0-jre - jwt-core to 11.0.3 - spring-web to 6.2.11 - sbt and 2 more to 1.11.6 - scala-logging to 3.9.6 - logback-classic to 1.5.19 #409

Workflow file for this run

name: Check formatting for modified files with scalafmt
on:
pull_request:
paths-ignore: ['**.md']
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: sbt/setup-sbt@v1
with:
fetch-depth: 2
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 17
cache: sbt
- name: Check formatting for modified files
run: |
sbt scalafmtCheckAll