Skip to content

Commit

Permalink
Bump Arrow to v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent 642c2c9 commit 4f302f0
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 @@ -4,7 +4,7 @@ import com.huanshankeji.CommonVersions

val projectVersion = "0.6.0-SNAPSHOT"

val commonVersions = CommonVersions(arrow = "2.0.0-beta.1") // for Wasm JS
val commonVersions = CommonVersions(arrow = "2.0.0-rc.1") // for Wasm JS
val commonDependencies = CommonDependencies(commonVersions)
val commonGradleClasspathDependencies = CommonGradleClasspathDependencies(commonVersions)

Expand Down

0 comments on commit 4f302f0

Please sign in to comment.