Skip to content

Commit f2508cd

Browse files
committed
fix: publish snapshots to maven central
1 parent fa6d519 commit f2508cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("multiplatform") version "2.0.21"
33
kotlin("plugin.serialization") version "2.0.21"
44
id("com.strumenta.antlr-kotlin") version "1.0.9"
5-
id("com.vanniktech.maven.publish") version "0.30.0"
5+
id("com.vanniktech.maven.publish") version "0.31.0"
66
id("org.jetbrains.kotlinx.kover") version "0.9.4"
77
}
88

0 commit comments

Comments
 (0)