Skip to content

Bump org.scala-lang:scala-library from 2.13.18 to 3.8.0 #609

Bump org.scala-lang:scala-library from 2.13.18 to 3.8.0

Bump org.scala-lang:scala-library from 2.13.18 to 3.8.0 #609

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml