File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ subprojects {
3939		ext. maven_name= ' AtPlug test harness' 
4040		dependencies {
4141			compileOnly " org.junit.jupiter:junit-jupiter-api:5.13.3" 
42- 			implementation " org.jetbrains.kotlin:kotlin-reflect:2.1.21 " 
42+ 			implementation " org.jetbrains.kotlin:kotlin-reflect:2.2.20 " 
4343			implementation project(' :atplug-runtime'  )
4444		}
4545	} else  if  (it. name ==  ' atplug-plugin-gradle'  ) {
@@ -48,7 +48,7 @@ subprojects {
4848		dependencies {
4949			implementation " org.ow2.asm:asm:9.8" 
5050			implementation ' com.diffplug.gradle:goomph:4.3.0' 
51- 			implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 ' 
51+ 			implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20 ' 
5252			testImplementation ' org.assertj:assertj-core:3.27.3' 
5353		}
5454		tasks. named(' test'  ) {
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ plugins {
2020	//  https://plugins.gradle.org/plugin/org.jetbrains.dokka
2121	id ' org.jetbrains.dokka'                         version ' 2.0.0'   apply false 
2222	//  https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
23- 	id ' org.jetbrains.kotlin.jvm'                    version ' 2.1.21 '   apply false 
23+ 	id ' org.jetbrains.kotlin.jvm'                    version ' 2.2.20 '   apply false 
2424	//  https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
25- 	id ' org.jetbrains.kotlin.plugin.serialization'   version ' 2.1.21 '   apply false 
25+ 	id ' org.jetbrains.kotlin.plugin.serialization'   version ' 2.2.20 '   apply false 
2626	//  https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
27- 	id ' org.jetbrains.kotlin.multiplatform'   version ' 2.1.21 '   apply false 
27+ 	id ' org.jetbrains.kotlin.multiplatform'   version ' 2.2.20 '   apply false 
2828	//  https://github.com/adamko-dev/dokkatoo/releases
2929	id ' dev.adamko.dokkatoo-html'   version ' 2.4.0'   apply false 
3030}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments