Skip to content

Commit 7fdfbdc

Browse files
committed
Bump Exposed to 1.0.0-rc-3
1 parent 3e5482e commit 7fdfbdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val alignedPluginVersion = "0.11.0-SNAPSHOT"
2929

3030
// "x.y.z" indicates the version of the way of organizing the code,
3131
// and the date indicates the version when the dependency versions are updated.
32-
val commonGradleDependenciesVersion = "0.10.0-20251024-SNAPSHOT"
32+
val commonGradleDependenciesVersion = "0.10.0-20251110-SNAPSHOT"
3333

3434
// This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts".
3535
val pluginProjectSourceDependencyStableCommonGradleDependenciesVersion = "0.10.0-20251024".apply {

common-gradle-dependencies/src/main/kotlin/com/huanshankeji/CommonVersions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CommonVersions(
2020
// https://github.com/Kotlin/kotlinx-io/releases
2121
val kotlinxIo: String = "0.8.0",
2222
// https://github.com/JetBrains/Exposed/releases
23-
val exposed: String = "1.0.0-rc-2",
23+
val exposed: String = "1.0.0-rc-3",
2424
// https://github.com/ktorio/ktor/releases
2525
val ktor: String = "3.3.1",
2626
val jetBrainsAndroidx: JetbrainsAndroidx = JetbrainsAndroidx(),

0 commit comments

Comments
 (0)