Skip to content

Commit 1fc2fc0

Browse files
committed
test for release v2.0.0-0.9.0-dev1
1 parent fc751ce commit 1fc2fc0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildSrc/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repositories {
99
}
1010

1111
val kotlinVersion: String = libs.versions.kotlin.get()
12-
val dokkaPluginVersion = "1.9.10"
13-
val gradleCommon = "0.2.0"
14-
val nexusPublishPlugin = "1.3.0"
15-
val buildConfig = "3.1.0"
12+
val dokkaPluginVersion = "1.9.20"
13+
val gradleCommon = "0.4.0"
14+
val nexusPublishPlugin = "2.0.0"
15+
val buildConfig = "5.3.5"
1616

1717
dependencies {
1818
api(gradleApi())
@@ -23,7 +23,7 @@ dependencies {
2323
// see https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html
2424
api("com.gradle.publish:plugin-publish-plugin:1.2.1")
2525
// see https://github.com/gmazzo/gradle-buildconfig-plugin
26-
api("com.github.gmazzo:gradle-buildconfig-plugin:$buildConfig")
26+
api("com.github.gmazzo.buildconfig:plugin:$buildConfig")
2727
// see https://github.com/bnorm/kotlin-power-assert#compatibility
2828
api("gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.12.0")
2929
// see https://github.com/gradle-nexus/publish-plugin

0 commit comments

Comments
 (0)