Skip to content

chore(Dependencies) : update sbt-git from 1.0.2 to 2.1.0 #1025

chore(Dependencies) : update sbt-git from 1.0.2 to 2.1.0

chore(Dependencies) : update sbt-git from 1.0.2 to 2.1.0 #1025

Workflow file for this run

name: scalaci
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache SBT
uses: actions/cache@v2
with:
path: |
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
- name: Set up JDK 11.0.8
uses: actions/setup-java@v1
with:
java-version: '11.0.8' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64
- name: Run Tests
run: ./.cicd/test.sh