Skip to content

Update logback-classic from 1.5.23 to 1.5.24 #105

Update logback-classic from 1.5.23 to 1.5.24

Update logback-classic from 1.5.23 to 1.5.24 #105

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 11
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt test