Skip to content

Update netty-codec-http, netty-handler, ... to 4.1.109.Final #1256

Update netty-codec-http, netty-handler, ... to 4.1.109.Final

Update netty-codec-http, netty-handler, ... to 4.1.109.Final #1256

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
openjdk21:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v3
- name: Setup JVM
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
cache: sbt
- name: Build project
run: sbt test
- name: Check Formatting
run: sbt check