Skip to content

Commit

Permalink
Merge pull request #16 from huanshankeji/arrow-v2.0.0-beta.1
Browse files Browse the repository at this point in the history
Bump Arrow
  • Loading branch information
ShreckYe authored Dec 4, 2024
2 parents 4b2a826 + 0c919c1 commit 2f14583
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.1-SNAPSHOT"

val commonVersions = CommonVersions(arrow = "2.0.0-alpha.4" /* for Wasm JS*/, exposed = "0.56.0")
val commonVersions = CommonVersions(arrow = "2.0.0-rc.1" /* for Wasm JS*/, exposed = "0.56.0")
val commonDependencies = CommonDependencies(commonVersions)
val commonGradleClasspathDependencies = CommonGradleClasspathDependencies(commonVersions)

Expand Down

0 comments on commit 2f14583

Please sign in to comment.