File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Restore Gradle cache
20
20
id : cache
21
- uses : actions/cache@v3.0.2
21
+ uses : actions/cache@v3.3.3
22
22
with :
23
23
path : |
24
24
~/.gradle/caches
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" js" ) version " 1.6.21 "
2
+ kotlin(" js" ) version " 1.9.22 "
3
3
}
4
4
5
5
group = " org.example"
@@ -11,16 +11,16 @@ repositories {
11
11
12
12
dependencies {
13
13
implementation(kotlin(" stdlib-js" ))
14
- implementation(" io.arrow-kt:arrow-core:1.1.3-alpha.39 " )
15
- implementation(" io.arrow-kt:arrow-optics:1.1.3-alpha.39 " )
16
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 " )
17
- implementation(" io.arrow-kt:arrow-fx-coroutines:1.1.3-alpha.39 " )
14
+ implementation(" io.arrow-kt:arrow-core:1.2.1 " )
15
+ implementation(" io.arrow-kt:arrow-optics:1.2.1 " )
16
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
17
+ implementation(" io.arrow-kt:arrow-fx-coroutines:1.2.1 " )
18
18
19
- testImplementation(" io.kotest:kotest-property:5.3 .0" )
20
- testImplementation(" io.kotest:kotest-assertions-core:5.3 .0" )
21
- testImplementation(" io.kotest.extensions:kotest-assertions-arrow:1.2.5 " )
22
- testImplementation(" io.kotest.extensions:kotest-property-arrow:1.2.5 " ) // optional
23
- testImplementation(" io.kotest.extensions:kotest-property-arrow-optics:1.2.5 " ) // optional
19
+ testImplementation(" io.kotest:kotest-property:5.8 .0" )
20
+ testImplementation(" io.kotest:kotest-assertions-core:5.8 .0" )
21
+ testImplementation(" io.kotest.extensions:kotest-assertions-arrow:1.4.0 " )
22
+ testImplementation(" io.kotest.extensions:kotest-property-arrow:1.4.0 " ) // optional
23
+ testImplementation(" io.kotest.extensions:kotest-property-arrow-optics:1.4.0 " ) // optional
24
24
}
25
25
26
26
kotlin {
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-7.4.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments