Skip to content

Commit a8632cd

Browse files
committed
Bump Compose to 1.2.1, Kotlin to 1.7.20, and the Gradle publish plugin to 1.1.0
1 parent 8a7b4d6 commit a8632cd

File tree

5 files changed

+103
-173
lines changed

5 files changed

+103
-173
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
const val projectVersion = "0.1.0-compose-1.2.0-alpha01-dev750-SNAPSHOT"
1+
const val projectVersion = "0.1.1-SNAPSHOT"
22

33
object DependencyVersions {
4+
val composeJb = "1.2.1"
5+
46
val webcomponents = "2.6.0"
57
val mwc = "0.25.3"
68

gradle-plugins/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import com.huanshankeji.generateKotlinSources
33

44
plugins {
55
`kotlin-dsl`
6-
id("com.gradle.plugin-publish") version "1.0.0-rc-2"
6+
id("com.gradle.plugin-publish") version "1.1.0"
77
}
88

99
repositories {
1010
mavenCentral()
1111
}
1212

1313
dependencies {
14-
implementation(kotlin("gradle-plugin", "1.7.0"))
14+
implementation(kotlin("gradle-plugin", "1.7.20"))
1515
}
1616

1717

0 commit comments

Comments
 (0)