Skip to content

Update sbt, scripted-plugin to 1.11.5 #209

Update sbt, scripted-plugin to 1.11.5

Update sbt, scripted-plugin to 1.11.5 #209

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- run: ./ci/checksourcemaps.sh