Skip to content

Update scala3-library, ... to 3.3.3 #266

Update scala3-library, ... to 3.3.3

Update scala3-library, ... to 3.3.3 #266

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v3
- name: Set up JDK
uses: olafurpg/setup-scala@v10
with:
java-version: 8
- name: Run compile
run: sbt +compile +test