Skip to content

Commit

Permalink
Bump Exposed to 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 24, 2024
1 parent 6508468 commit d373943
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 @@ -4,8 +4,8 @@ import com.huanshankeji.CommonVersions

val projectVersion = "0.5.0-SNAPSHOT"

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

Expand Down

0 comments on commit d373943

Please sign in to comment.