Skip to content

Commit 811c895

Browse files
committed
Added in plugin com.github.ben-manes.versions
1 parent fba7954 commit 811c895

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33

44
group = "io.github.MikAoJk"
5-
version = "1.0.7"
5+
version = "1.0.0" //This will never change. See GitHub releases for releases of artifact
66

77
val junitJupiterVersion = "5.9.2"
88
val kotlinVersion = "1.8.20"
99
val javaVersion = "17"
1010

1111
plugins {
1212
kotlin("jvm") version "1.8.20"
13+
id("com.github.ben-manes.versions") version "0.46.0"
1314
`maven-publish`
1415
java
1516
signing

0 commit comments

Comments
 (0)