Skip to content

Update sbt to 1.9.3 #1245

Update sbt to 1.9.3

Update sbt to 1.9.3 #1245

Workflow file for this run

name: ci
on:
push:
pull_request:
schedule:
- cron: '0 5 * * *'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 40
strategy:
matrix:
include:
- scala: 2.12.18
- scala: 2.13.11
steps:
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
java-version: 11
distribution: adopt
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- run: sbt -v
"set Test / g8 / g8Properties ~= { _ + (\"scala_version\" -> \"${{ matrix.scala }}\")}"
g8Test