Skip to content

Update http4s-circe, http4s-dsl, ... to 0.23.30 (#189) #334

Update http4s-circe, http4s-dsl, ... to 0.23.30 (#189)

Update http4s-circe, http4s-dsl, ... to 0.23.30 (#189) #334

Workflow file for this run

name: Scala Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: scala-build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Eclipse Temurin - JDK 20
uses: actions/[email protected]
with:
java-version: '20'
distribution: 'temurin'
- name: Test
run: sbt test