Skip to content

Update cats-effect, cats-effect-kernel, ... to 3.5.5 #986

Update cats-effect, cats-effect-kernel, ... to 3.5.5

Update cats-effect, cats-effect-kernel, ... to 3.5.5 #986

Workflow file for this run

name: ci
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: adoptium:1.11.0.22
apps: sbt
- run: sbt validate