Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Feb 3, 2024
1 parent 2b7d3a2 commit e9af677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[versions]
compose = "1.6.0-alpha01"
coroutines = "1.7.3"

[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "compose" }

[libraries]
kotlinx-coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
1 change: 1 addition & 0 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ kotlin.kodein {
implementation(kotlin.compose.html.core)
implementation(kotlin.compose.runtime)
implementation(projects.cssInComposable)
implementation(libs.kotlinx.coroutinesCore)
}
target.binaries.executable()
}
Expand Down

0 comments on commit e9af677

Please sign in to comment.