Skip to content

Commit

Permalink
release v0.8.0-pre3 which is going to be basis for RMK and aap-core v…
Browse files Browse the repository at this point in the history
…next.
  • Loading branch information
atsushieno committed Mar 4, 2024
1 parent e5755d1 commit 46d9acc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

allprojects {
group = 'dev.atsushieno'
version = '0.8.0-pre2'
version = '0.8.0-pre3'
}

apply from: "${rootDir}/publish-root.gradle"
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ compose-plugin = "1.6.0-alpha01"
junit = "4.13.2"
kotlin = "1.9.21"
dokka = "1.9.10"
metalava = "0.3.5"
binary-compatibility-validator = "0.14.0"
junit-jupiter-api = "5.9.1"
kotlin-test-junit = "1.9.0"
Expand Down Expand Up @@ -70,7 +69,6 @@ dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
gradleJavacppBuild = { id = "org.bytedeco.gradle-javacpp-build", version.ref = "gradle-javacpp" }
gradleJavacppPlatform = { id = "org.bytedeco.gradle-javacpp-platform", version.ref = "gradle-javacpp" }
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
metalavaPlugin = { id = "me.tylerbwong.gradle.metalava", version.ref = "metalava" }
binaryCompatibilityValidatorPlugin = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }

[bundles]
Expand Down

0 comments on commit 46d9acc

Please sign in to comment.