Skip to content

Update scala3-library to 3.3.3 #107

Update scala3-library to 3.3.3

Update scala3-library to 3.3.3 #107

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@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt "project owlapi4" +test "project owlapi5" +test