File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
tar xzf .keys.tar.gz
45
45
46
46
- name : Run Conveyor
47
- uses : hydraulic-software/conveyor/actions/build@v14.2
47
+ uses : hydraulic-software/conveyor/actions/build@v14.3
48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
APPLE_ISSUER_ID : ${{ secrets.APPLE_ISSUER_ID }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
val kotlinVersion = " 1.9.23"
8
8
kotlin(" jvm" ) version kotlinVersion
9
9
kotlin(" plugin.serialization" ) version kotlinVersion
10
- id(" org.jetbrains.compose" ) version " 1.6.2 "
10
+ id(" org.jetbrains.compose" ) version " 1.6.11 "
11
11
id(" io.gitlab.arturbosch.detekt" ) version " 1.23.6"
12
12
id(" dev.hydraulic.conveyor" ) version " 1.10"
13
13
}
@@ -47,14 +47,14 @@ dependencies {
47
47
implementation(" io.insert-koin:koin-core:3.5.6" )
48
48
implementation(" io.insert-koin:koin-compose:1.1.5" )
49
49
50
- val kermitVersion = " 2.0.3 "
50
+ val kermitVersion = " 2.0.4 "
51
51
implementation(" co.touchlab:kermit:$kermitVersion " )
52
- implementation(" io.sentry:sentry:7.9 .0" )
52
+ implementation(" io.sentry:sentry:7.10 .0" )
53
53
54
54
implementation(" org.apache.pdfbox:pdfbox:3.0.2" )
55
55
runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1" ) // Adds a Main Dispatcher for Desktop
56
56
57
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
57
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0 " )
58
58
implementation(kotlin(" reflect" ))
59
59
60
60
testImplementation(kotlin(" test" ))
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 55
55
# Darwin, MinGW, and NonStop.
56
56
#
57
57
# (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
59
# within the Gradle project.
60
60
#
61
61
# You can find Gradle at https://github.com/gradle/gradle/.
You can’t perform that action at this time.
0 commit comments