Skip to content

Commit

Permalink
Bump "kotlin-common" and "exposed-adt-mapping" to the latest release …
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
ShreckYe committed Oct 19, 2024
1 parent deda405 commit 33abe19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import com.huanshankeji.CommonVersions
val projectVersion = "0.4.0-SNAPSHOT"

// TODO don't use a snapshot version in a main branch
val commonVersions = CommonVersions(kotlinCommon = "0.5.0-SNAPSHOT")
val commonVersions = CommonVersions(kotlinCommon = "0.5.1")
val commonDependencies = CommonDependencies(commonVersions)
val commonGradleClasspathDependencies = CommonGradleClasspathDependencies(commonVersions)

object DependencyVersions {
val exposedAdtMapping = "0.1.0"
val exposedAdtMapping = "0.2.0"
}

0 comments on commit 33abe19

Please sign in to comment.