Skip to content

Update scala-library to 2.12.19 #111

Update scala-library to 2.12.19

Update scala-library to 2.12.19 #111

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: "[email protected]"
- name: Build and Test
run: sbt -v -Dfile.encoding=UTF-8 +test