Skip to content

Commit d690882

Browse files
authored
Fix artifact name in pom
1 parent 5518418 commit d690882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ So if you're using Maven you'll hve to add following into your `pom.xml`:
3535
</repositories>
3636
<dependency>
3737
<groupId>com.github.JetBrains.kotlin-spark-api</groupId>
38-
<artifactId>core</artifactId>
38+
<artifactId>kotlin-spark-api</artifactId>
3939
<version>${kotlin-spark-api.version}</version>
4040
</dependency>
4141
<dependency>

0 commit comments

Comments
 (0)