Skip to content

Commit

Permalink
Update "kotlin-common" version before it's released
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed May 27, 2022
1 parent ecedde8 commit 9935c9c
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 {

// `SNAPSHOT` means it's under development until that version,
// and `dev` means it has been under development since that version.
version = "0.1.1-SNAPSHOT-20220522-dev-kotlin-1.6.10"
version = "0.1.1-SNAPSHOT-20220527-dev-kotlin-1.6.10"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.huanshankeji
object DefaultVersions {
val kotlin = "1.6.10"

val kotlinCommon = "0.1.0-kotlin-1.6.10"
val kotlinCommon = "0.1.1-kotlin-1.6.10"

val exposed = "0.38.2"
val kotlinxCoroutines = "1.6.1"
Expand Down

0 comments on commit 9935c9c

Please sign in to comment.