File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Here's what the `pom.xml` looks like for this example:
8080        <dependency > <!--  Kotlin Spark API dependency --> 
8181            <groupId >com.github.JetBrains.kotlin-spark-api</groupId >
8282            <artifactId >kotlin-spark-api</artifactId >
83-             <version >0.2.0 </version >
83+             <version >0.3.1 </version >
8484        </dependency >
8585        <dependency > <!--  Spark dependency --> 
8686            <groupId >org.apache.spark</groupId >
@@ -171,7 +171,7 @@ dependencies {
171171  // Kotlin stdlib 
172172  implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.72' 
173173  // Kotlin Spark API 
174-   implementation 'com.github.JetBrains.kotlin-spark-api:kotlin-spark-api:0.2.0 ' 
174+   implementation 'com.github.JetBrains.kotlin-spark-api:kotlin-spark-api:0.3.1 ' 
175175  // Apache Spark 
176176  compileOnly 'org.apache.spark:spark-sql_2.12:3.0.0' 
177177} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments