Skip to content

Update async-http-client to 3.0.1 #747

Update async-http-client to 3.0.1

Update async-http-client to 3.0.1 #747

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 19 * * 3'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: 11
distribution: adopt
- uses: coursier/cache-action@v6
- run: sbt "+scalafmtCheckAll" scalafmtSbtCheck "+test" "+runTests"