Skip to content

Commit

Permalink
Merge pull request #13 from huanshankeji/kotlin-2.1.0-and-above
Browse files Browse the repository at this point in the history
Bump Kotlin to 2.1.0, the Gradle wrapper to v8.11.1, our Gradle plugins to v0.8.0, and "kotlin-common" to v0.6.1-SNAPSHOT
  • Loading branch information
ShreckYe authored Dec 3, 2024
2 parents bd8e749 + 2e32f83 commit 4ec73e4
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")
// TODO don't use a snapshot version in a main branch
val commonVersions = CommonVersions(kotlinCommon = "0.6.1-SNAPSHOT", exposed = "0.56.0")
val commonDependencies = CommonDependencies(commonVersions)

0 comments on commit 4ec73e4

Please sign in to comment.