Skip to content

Commit

Permalink
Merge branch 'main' into kotlin-2.1.0-and-above
Browse files Browse the repository at this point in the history
Bump the project version
  • Loading branch information
ShreckYe committed Dec 2, 2024
2 parents 5c23386 + 50f49b8 commit 729d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.huanshankeji.CommonDependencies
import com.huanshankeji.CommonGradleClasspathDependencies
import com.huanshankeji.CommonVersions

val projectVersion = "0.6.0-kotlin-2.1.0-SNAPSHOT"
val projectVersion = "0.6.1-kotlin-2.1.0-SNAPSHOT"

val commonVersions = CommonVersions(arrow = "2.0.0-alpha.4" /* for Wasm JS*/, exposed = "0.56.0")
val commonDependencies = CommonDependencies(commonVersions)
Expand Down

0 comments on commit 729d1bb

Please sign in to comment.