Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Update commons-codec to 1.16.1 #448

Update commons-codec to 1.16.1

Update commons-codec to 1.16.1 #448

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run tests
run: sbt test