Skip to content

Commit 3e5084a

Browse files
authored
docs: ✏️ Updates version to 0.3.1 in docs
1 parent 758f487 commit 3e5084a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick-start-guide.md

+2-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)