Skip to content

Update sbt-twirl to 2.0.5 #125

Update sbt-twirl to 2.0.5

Update sbt-twirl to 2.0.5 #125

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Run tests
run: sbt test