Skip to content

Commit

Permalink
Merge branch 'common-gradle-dependencies-kotlin-1.6.10' into common-g…
Browse files Browse the repository at this point in the history
…radle-dependencies-kotlin-1.6.10-release

common-gradle-dependencies v0.2.0-20220720-kotlin-1.6.10 release
  • Loading branch information
ShreckYe committed Jul 20, 2022
2 parents 913ed6d + 47b71e4 commit ecda190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common-gradle-dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins {

// "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.
version = "0.2.0-20220714-kotlin-1.6.10"
version = "0.2.0-20220720-kotlin-1.6.10"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.huanshankeji
class CommonVersions(
val kotlin: String = "1.6.10",

val kotlinCommon: String = "0.1.1-kotlin-1.6.10",
val kotlinCommon: String = "0.1.2-kotlin-1.6.10",

val exposed: String = "0.38.2",
val kotlinxCoroutines: String = "1.6.1",
Expand Down

0 comments on commit ecda190

Please sign in to comment.