Skip to content

Update scala-library to 2.13.13 #1043

Update scala-library to 2.13.13

Update scala-library to 2.13.13 #1043

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: 8
- name: Run tests
run: make install build