Skip to content

Drop support for sbt 0.13, make the project build with modern IDE #23

Drop support for sbt 0.13, make the project build with modern IDE

Drop support for sbt 0.13, make the project build with modern IDE #23

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8.0.372+7
cache: sbt
- name: Run tests
run: sbt "^ scripted"