Skip to content

Commit

Permalink
Update all dependencies (#2699)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 12, 2022
1 parent 0c9506b commit 98f266b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-alpha-tag.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -46,7 +46,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -67,7 +67,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.1.1
with:
distribution: 'zulu'
java-version: 11
Expand Down
Expand Up @@ -24,21 +24,21 @@ import kotlin.coroutines.resume
* to map both values of [R] and [A] to a value of `B`.
*
* <!--- TOC -->
*
* * [Writing a program with Effect<R, A>](#writing-a-program-with-effect<r-a>)
* * [Handling errors](#handling-errors)
* * [Structured Concurrency](#structured-concurrency)
* * [Arrow Fx Coroutines](#arrow-fx-coroutines)
* * [parZip](#parzip)
* * [parTraverse](#partraverse)
* * [raceN](#racen)
* * [bracketCase / Resource](#bracketcase--resource)
* * [KotlinX](#kotlinx)
* * [withContext](#withcontext)
* * [async](#async)
* * [launch](#launch)
* * [Strange edge cases](#strange-edge-cases)
*
* [Writing a program with Effect<R, A>](#writing-a-program-with-effect<r-a>)
* [Handling errors](#handling-errors)
* [Structured Concurrency](#structured-concurrency)
* [Arrow Fx Coroutines](#arrow-fx-coroutines)
* [parZip](#parzip)
* [parTraverse](#partraverse)
* [raceN](#racen)
* [bracketCase / Resource](#bracketcase--resource)
* [KotlinX](#kotlinx)
* [withContext](#withcontext)
* [async](#async)
* [launch](#launch)
* [Strange edge cases](#strange-edge-cases)
* <!--- END -->
*
*
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -13,7 +13,7 @@ kotestGradle = "5.2.3"
kotlin = "1.6.20"
kotlinBinaryCompatibilityValidator = "0.8.0"
kotlinCompileTesting = "1.4.8"
knit = "0.3.0"
knit = "0.4.0"
kspVersion = "1.6.20-1.0.5"
kotlinxSerialization = "1.3.2"
mockWebServer = "4.9.3"
Expand Down

0 comments on commit 98f266b

Please sign in to comment.