Skip to content

chore(deps): bump com.squareup.okhttp3:okhttp from 4.9.1 to 4.9.2 in /appengine-java11/gaeinfo #52

chore(deps): bump com.squareup.okhttp3:okhttp from 4.9.1 to 4.9.2 in /appengine-java11/gaeinfo

chore(deps): bump com.squareup.okhttp3:okhttp from 4.9.1 to 4.9.2 in /appengine-java11/gaeinfo #52

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@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt test