Skip to content

Update http4s-circe, http4s-dsl, ... to 0.23.30 #266

Update http4s-circe, http4s-dsl, ... to 0.23.30

Update http4s-circe, http4s-dsl, ... to 0.23.30 #266

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
- name: Install jsdom
run: npm install [email protected]
- name: Test
run: sbt ci