Skip to content

Commit

Permalink
Bump Exposed to v0.56.0 in CommonVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 29, 2024
1 parent de1baa3 commit c20c8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val alignedPluginVersion = "0.7.0-SNAPSHOT"

// "x.y.z" indicates the version of the way of organizing the code,
// and the date indicates the version when the dependency versions are updated.
val commonGradleDependenciesVersion = "0.8.0-20241016-SNAPSHOT"
val commonGradleDependenciesVersion = "0.8.0-20241129-SNAPSHOT"

// This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts".
val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CommonVersions(
val kotlinxDatetime: String = "0.6.1",
val kotlinxBenchmark: String = GeneratedVersions.kotlinxBenchmark,
// TODO `kotlinxIo`
val exposed: String = "0.53.0", // "0.54.0" deprecates the old DSL APIs as errors while we still depend on them.
val exposed: String = "0.56.0",
val ktor: String = "2.3.12", // "3.0.0" uses Kotlin 2.0.20 too.
val androidx: Androidx = Androidx(),

Expand Down

0 comments on commit c20c8c0

Please sign in to comment.