Skip to content

Commit

Permalink
Merge branch 'dependent-on-snapshots'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 5, 2024
2 parents f92cfb9 + 358a2d4 commit a53f89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import com.huanshankeji.CommonVersions

val projectVersion = "0.3.1-SNAPSHOT"

val commonVersions = CommonVersions(kotlinCommon = "0.6.0", 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 a53f89b

Please sign in to comment.