Skip to content

Commit

Permalink
Bump kotlin-common to v0.6.1 and remove the explicit Exposed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 5, 2024
1 parent 4b19408 commit 358a2d4
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 @@ -3,6 +3,6 @@ import com.huanshankeji.CommonVersions

val projectVersion = "0.3.1-SNAPSHOT"

// TODO don't use a snapshot version in a main branch
val commonVersions = CommonVersions(kotlinCommon = "0.6.1-SNAPSHOT", exposed = "0.56.0")
// don't use a snapshot version in a main branch
val commonVersions = CommonVersions(kotlinCommon = "0.6.1")
val commonDependencies = CommonDependencies(commonVersions)

0 comments on commit 358a2d4

Please sign in to comment.