Skip to content

Commit 87945cd

Browse files
committed
chore(build): remove snapshot version from bigdata-test plugin dependency
1 parent 59e1d67 commit 87945cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/spring-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
kotlin("plugin.spring") version "2.2.21"
44
id("org.springframework.boot") version "4.0.5"
55
id("io.spring.dependency-management") version "1.1.7"
6-
id("org.openprojectx.bigdata-test") version "0.1.20-SNAPSHOT"
6+
id("org.openprojectx.bigdata-test")
77
}
88

99
group = "org.openprojectx.bigdata.test.example"

0 commit comments

Comments
 (0)