File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818
1919      - name : Restore Gradle cache 
2020        id : cache 
21-         uses : actions/cache@v3.3.3  
21+         uses : actions/cache@v3.4.0  
2222        with :
2323          path : | 
2424            ~/.gradle/caches 
Original file line number Diff line number Diff line change 11plugins {
2-   kotlin(" jvm" " 1.9.22 " 
3-   id(" io.kotest.multiplatform" " 5.8.0 " 
2+   kotlin(" jvm" " 1.9.25 " 
3+   id(" io.kotest.multiplatform" " 5.9.1 " 
44}
55
66group =  " org.example" 
@@ -16,15 +16,15 @@ tasks.withType<Test> {
1616
1717dependencies {
1818  implementation(kotlin(" stdlib" 
19-   implementation(" io.arrow-kt:arrow-core:1.2.1 " 
20-   implementation(" io.arrow-kt:arrow-optics:1.2.1 " 
21-   implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " 
22-   implementation(" io.arrow-kt:arrow-fx-coroutines:1.2.1 " 
19+   implementation(" io.arrow-kt:arrow-core:1.2.4 " 
20+   implementation(" io.arrow-kt:arrow-optics:1.2.4 " 
21+   implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " 
22+   implementation(" io.arrow-kt:arrow-fx-coroutines:1.2.4 " 
2323
24-   testImplementation(" io.kotest:kotest-property:5.8.0 " 
25-   testImplementation(" io.kotest:kotest-assertions-core:5.8.0 " 
24+   testImplementation(" io.kotest:kotest-property:5.9.1 " 
25+   testImplementation(" io.kotest:kotest-assertions-core:5.9.1 " 
2626  testImplementation(" io.kotest.extensions:kotest-assertions-arrow:1.4.0" 
2727  testImplementation(" io.kotest.extensions:kotest-property-arrow:1.4.0" //  optional
2828  testImplementation(" io.kotest.extensions:kotest-property-arrow-optics:1.4.0" //  optional
29-   testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.8.0 " 
29+   testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1 " 
3030}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments