Skip to content

Instantly share code, notes, and snippets.

@keytronic
Last active July 25, 2023 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keytronic/6f7d287e0128cc8269caba36e04da9c9 to your computer and use it in GitHub Desktop.
Save keytronic/6f7d287e0128cc8269caba36e04da9c9 to your computer and use it in GitHub Desktop.
Medium version catalog article - version catalog
[versions]
kotlin-coroutines = "1.7.0"
junit = "5.10.0"
[libraries]
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlin-coroutines" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment