Skip to content

Commit

Permalink
test for release v2.0.0-0.9.0-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 26, 2024
1 parent fc751ce commit 1fc2fc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repositories {
}

val kotlinVersion: String = libs.versions.kotlin.get()
val dokkaPluginVersion = "1.9.10"
val gradleCommon = "0.2.0"
val nexusPublishPlugin = "1.3.0"
val buildConfig = "3.1.0"
val dokkaPluginVersion = "1.9.20"
val gradleCommon = "0.4.0"
val nexusPublishPlugin = "2.0.0"
val buildConfig = "5.3.5"

dependencies {
api(gradleApi())
Expand All @@ -23,7 +23,7 @@ dependencies {
// see https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html
api("com.gradle.publish:plugin-publish-plugin:1.2.1")
// see https://github.com/gmazzo/gradle-buildconfig-plugin
api("com.github.gmazzo:gradle-buildconfig-plugin:$buildConfig")
api("com.github.gmazzo.buildconfig:plugin:$buildConfig")
// see https://github.com/bnorm/kotlin-power-assert#compatibility
api("gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.12.0")
// see https://github.com/gradle-nexus/publish-plugin
Expand Down

0 comments on commit 1fc2fc0

Please sign in to comment.