Skip to content

Add scmInfo and versionScheme for Sonatype Central, v2.2.4 #18

Add scmInfo and versionScheme for Sonatype Central, v2.2.4

Add scmInfo and versionScheme for Sonatype Central, v2.2.4 #18

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: ['**']
push:
branches: ['**']
jobs:
scala-ci:
runs-on: ubuntu-latest
steps:
- name: checkout the repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Setup sbt launcher
uses: sbt/setup-sbt@v1
- name: run tests scala 2.13
run: sbt ++2.13 test
- name: run tests scala 3.7
run: sbt ++3.7 test