Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmax committed Mar 24, 2024
1 parent fb2f51e commit 4a3d175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "de.fabmax.kool"
version = "0.14.0-SNAPSHOT"
version = "0.14.0"

repositories {
mavenCentral()
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencyResolutionManagement {
version("android-compileSdk", "33")
version("android-minSdk", "24")
version("kotlin", "1.9.22")
version("kotlin-coroutines", "1.7.3")
version("kotlin-serialization", "1.6.1")
version("kotlin-atomicfu", "0.23.1")
version("kotlin-dokka", "1.9.10")
version("kotlin-coroutines", "1.8.0")
version("kotlin-serialization", "1.6.3")
version("kotlin-atomicfu", "0.23.2")
version("kotlin-dokka", "1.9.20")

library("kotlin-coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").versionRef("kotlin-coroutines")
library("kotlin-reflect", "org.jetbrains.kotlin", "kotlin-reflect").versionRef("kotlin")
Expand Down

0 comments on commit 4a3d175

Please sign in to comment.