Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #2699

Merged
merged 2 commits into from Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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