Skip to content

Update scala-library to 2.13.14 #84

Update scala-library to 2.13.14

Update scala-library to 2.13.14 #84

Workflow file for this run

name: Compile
on: [push, pull_request]
jobs:
openjdk17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- run: sbt compile