Skip to content

Commit

Permalink
Update all dependencies (#35)
Browse files Browse the repository at this point in the history
* Update all dependencies

| datasource  | package                                                                                                                 | from           | to            |
| ----------- | ----------------------------------------------------------------------------------------------------------------------- | -------------- | ------------- |
| github-tags | actions/checkout                                                                                                        | v3.0.0         | v3.0.2        |
| github-tags | actions/checkout                                                                                                        | v3.0.0         | v3.0.2        |
| github-tags | actions/checkout                                                                                                        | v3.0.0         | v3.0.2        |
| github-tags | actions/checkout                                                                                                        | v3.0.0         | v3.0.2        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.0.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | actions/setup-java                                                                                                      | v3.1.0         | v3.3.0        |
| github-tags | stefanzweifel/git-auto-commit-action                                                                                    | v4.14.0        | v4.14.1       |
| maven       | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.19.0         | 1.20.0        |
| maven       | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.8.0          | 0.9.0         |
| maven       | io.github.classgraph:classgraph                                                                                         | 4.8.143        | 4.8.146       |
| maven       | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.10.1-alpha.1 | 0.10.1        |
| maven       | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin                           | 0.10.1-alpha.1 | 0.10.1        |
| maven       | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin                               | 0.10.1-alpha.1 | 0.10.1        |
| maven       | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin                             | 0.10.1-alpha.1 | 0.10.1        |
| maven       | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.10.1-alpha.1 | 0.10.1        |
| maven       | io.arrow-kt:arrow-gradle-plugin-commons                                                                                 | 1.6.1-alpha.4  | 1.6.1-alpha.5 |
| maven       | io.arrow-kt:arrow-meta-test                                                                                             | 1.6.1-alpha.4  | 1.6.1-alpha.5 |
| maven       | io.arrow-kt:arrow-meta                                                                                                  | 1.6.1-alpha.4  | 1.6.1-alpha.5 |
| maven       | io.arrow-kt:arrow-optics                                                                                                | 1.0.1          | 1.1.2         |
| maven       | io.arrow-kt:arrow-core                                                                                                  | 1.0.1          | 1.1.2         |
| maven       | io.arrow-kt:arrow-annotations                                                                                           | 1.0.1          | 1.1.2         |

* Opt-in for internal API

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Alejandro Serrano <[email protected]>
  • Loading branch information
3 people authored May 9, 2022
1 parent c0d40f9 commit 11c1fc2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-alpha-tag.yaml
Original file line number Diff line number Diff line change
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.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand All @@ -44,7 +44,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
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.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand All @@ -65,7 +65,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
analysis-version: ${{ steps.get-analysis-version.outputs.analysis-version }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
fetch-depth: 0

- uses: actions/setup-java@v3.1.0
- uses: actions/setup-java@v3.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down Expand Up @@ -79,9 +79,9 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: actions/setup-java@v3.1.0
- uses: actions/setup-java@v3.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down Expand Up @@ -131,9 +131,9 @@ jobs:
S3_BUCKET: ${{ secrets.S3_BUCKET }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: actions/setup-java@v3.0.0
- uses: actions/setup-java@v3.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
jvm_target: ['1.8', '11', '15']

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
fetch-depth: 0

- uses: actions/setup-java@v3.1.0
- uses: actions/setup-java@v3.3.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: ./gradlew --stop

- name: "Commit new API files"
uses: stefanzweifel/[email protected].0
uses: stefanzweifel/[email protected].1
with:
commit_message: Update API files
file_pattern: /**/api/*.api
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ import org.jetbrains.kotlin.psi.KtStringTemplateEntry
import org.jetbrains.kotlin.psi.psiUtil.parents
import org.jetbrains.kotlin.resolve.BindingContextUtils
import org.jetbrains.kotlin.resolve.calls.callUtil.getResolvedCall
import org.jetbrains.kotlin.utils.IDEAPluginsCompatibilityAPI

@OptIn(IDEAPluginsCompatibilityAPI::class)
fun interface KotlinElement : Element {
override fun impl(): KtElement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import arrow.meta.plugins.analysis.phases.analysis.solver.ast.kotlin.types.Kotli
import org.jetbrains.kotlin.psi.KtExpression
import org.jetbrains.kotlin.psi.psiUtil.lastBlockStatementOrThis
import org.jetbrains.kotlin.resolve.calls.callUtil.getType
import org.jetbrains.kotlin.utils.IDEAPluginsCompatibilityAPI

@OptIn(IDEAPluginsCompatibilityAPI::class)
fun interface KotlinExpression : Expression, KotlinElement {
override fun impl(): KtExpression
override fun type(context: ResolutionContext): Type? =
Expand Down
12 changes: 6 additions & 6 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
arrow = "1.0.1"
arrowMeta = "1.6.1-alpha.4"
arrowGradleConfig = "0.10.1-alpha.1"
classgraph = "4.8.143"
arrow = "1.1.2"
arrowMeta = "1.6.1-alpha.5"
arrowGradleConfig = "0.10.1"
classgraph = "4.8.146"
dokka = "1.6.21"
junit = "5.8.2"
junitLauncher = "1.8.2"
Expand All @@ -12,8 +12,8 @@ javaSmt = "3.12.0"
javaCompileTesting = "0.19"
apacheCommonsText = "1.9"
sarif4k = "0.0.1"
kotlinBinaryCompatibilityValidator = "0.8.0"
detekt = "1.19.0"
kotlinBinaryCompatibilityValidator = "0.9.0"
detekt = "1.20.0"

[libraries]
arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
Expand Down

0 comments on commit 11c1fc2

Please sign in to comment.