File tree Expand file tree Collapse file tree
common-gradle-dependencies/src/main/kotlin/com/huanshankeji Expand file tree Collapse file tree Original file line number Diff line number Diff 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".
3535val pluginProjectSourceDependencyStableCommonGradleDependenciesVersion = " 0.10.0-20251024" .apply {
Original file line number Diff line number Diff 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 (),
You can’t perform that action at this time.
0 commit comments