Skip to content

Add a workaround to support sbt project import with productModuleV2 a… #131

Add a workaround to support sbt project import with productModuleV2 a…

Add a workaround to support sbt project import with productModuleV2 a… #131

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
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Run tests
run: sbt test