Skip to content

Commit

Permalink
Update libs.versions.toml (#257)
Browse files Browse the repository at this point in the history
Fix version.ref of kotlinx-couroutines-core.
".ref" was missing
  • Loading branch information
morinb committed Mar 1, 2024
1 parent 9da34e4 commit a41c3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", versio
kotest-framework-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }

kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "kotlinx-coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }

arrow-fx-coroutines = { module = "io.arrow-kt:arrow-fx-coroutines", version.ref = "arrow" }
arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
Expand Down

0 comments on commit a41c3c3

Please sign in to comment.