File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 42
42
java-version : ' 15'
43
43
44
44
- name : Build and test with Gradle
45
- uses : gradle/gradle-build-action@v2.1.5
45
+ uses : gradle/gradle-build-action@v2.1.6
46
46
with :
47
47
arguments : -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace
48
48
53
53
echo "::set-output name=analysis-version::$(head -n 1 build/semver/version.txt)"
54
54
55
55
- name : Upload reports
56
- uses : actions/upload-artifact@v3.0 .0
56
+ uses : actions/upload-artifact@v3.1 .0
57
57
with :
58
58
name : ' reports-${{ matrix.os }}'
59
59
path : ' **/build/reports/**'
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
java-version : ' 15'
31
31
32
32
- name : Build and test with Gradle
33
- uses : gradle/gradle-build-action@v2.1.5
33
+ uses : gradle/gradle-build-action@v2.1.6
34
34
with :
35
35
arguments : -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace
36
36
37
37
- name : Upload reports
38
- uses : actions/upload-artifact@v3.0 .0
38
+ uses : actions/upload-artifact@v3.1 .0
39
39
with :
40
40
name : ' reports-${{ matrix.os }}'
41
41
path : ' **/build/reports/**'
63
63
fetch-depth : 0
64
64
65
65
- name : Build
66
- uses : gradle/gradle-build-action@v2.1.5
66
+ uses : gradle/gradle-build-action@v2.1.6
67
67
with :
68
68
arguments : apiDump
69
69
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
arrow = " 1.1.2"
3
3
arrowMeta = " 1.6.1-alpha.5"
4
- arrowGradleConfig = " 0.10.1 "
4
+ arrowGradleConfig = " 0.10.2 "
5
5
classgraph = " 4.8.146"
6
6
dokka = " 1.6.21"
7
7
junit = " 5.8.2"
@@ -12,7 +12,7 @@ javaSmt = "3.12.0"
12
12
javaCompileTesting = " 0.19"
13
13
apacheCommonsText = " 1.9"
14
14
sarif4k = " 0.0.1"
15
- kotlinBinaryCompatibilityValidator = " 0.9 .0"
15
+ kotlinBinaryCompatibilityValidator = " 0.10 .0"
16
16
detekt = " 1.20.0"
17
17
18
18
[libraries ]
You can’t perform that action at this time.
0 commit comments