Skip to content

Bump org.scala-lang:scala3-library_3 from 3.6.4 to 3.7.0 in the depen… #54

Bump org.scala-lang:scala3-library_3 from 3.6.4 to 3.7.0 in the depen…

Bump org.scala-lang:scala3-library_3 from 3.6.4 to 3.7.0 in the depen… #54

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build
run: ./gradlew build