File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11buildscript  {
2-     ext. kotlin_version =  ' 1.3.61 ' 
2+     ext. kotlin_version =  ' 1.4.32 ' 
33    ext. junitJupiterVersion =  ' 5.0.2' 
44
55    repositories {
Original file line number Diff line number Diff line change 11buildscript  {
2-     ext. kotlin_version =  ' 1.3.61 ' 
2+     ext. kotlin_version =  ' 1.4.32 ' 
33
44    repositories {
55        mavenCentral()
@@ -28,7 +28,7 @@ dependencies {
2828    expectedBy project(' :games-core' 
2929
3030    compile " com.github.lewik.klog:klog-js:$kotlin_version  " 
31-     compile " org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.8 " 
31+     compile " org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.4.3 " 
3232}
3333
3434compileKotlin2Js  {
Original file line number Diff line number Diff line change 11buildscript  {
2-     ext. kotlin_version =  " 1.3.61 " 
2+     ext. kotlin_version =  " 1.4.32 " 
33    ext. jupiter_version =  " 5.7.0" 
44    ext. jackson_version =  " 2.11.3" 
55
@@ -49,7 +49,7 @@ dependencies {
4949    compile " org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version  " 
5050    compile " org.jetbrains.kotlin:kotlin-script-util:$kotlin_version  " 
5151    expectedBy project(" :games-core" 
52-     compile " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.3.8 " 
52+     compile " org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.4.3 " 
5353
5454    compile group : ' commons-codec' name : ' commons-codec' version : ' 1.15' 
5555    compile " com.fasterxml.jackson.core:jackson-core:$jackson_version  " 
@@ -75,7 +75,7 @@ dependencies {
7575    testCompile " org.junit.jupiter:junit-jupiter-api:$jupiter_version  " 
7676    testCompile " org.junit.jupiter:junit-jupiter-params:$jupiter_version  " 
7777    testRuntime " org.junit.jupiter:junit-jupiter-engine:$jupiter_version  " 
78-     testCompile group : ' org.jetbrains.kotlinx' name : ' kotlinx-coroutines-test' version : ' 1.3.8 ' 
78+     testCompile group : ' org.jetbrains.kotlinx' name : ' kotlinx-coroutines-test' version : ' 1.4.3 ' 
7979}
8080
8181clean  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments