Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1 #38

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1 #38

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4.2.2
-
name: Configure Java
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: oracle
-
name: Tests
run: ./gradlew check