Skip to content

Commit

Permalink
Release 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 11, 2024
1 parent 939a194 commit 3592d3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = 'dev.atsushieno'
version = '0.8.0-pre4'
version = '0.8.0'
}

apply from: "${rootDir}/publish-root.gradle"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ androidx-appcompat = "1.6.1"
androidx-core-ktx = "1.12.0"
androidx-espresso-core = "3.5.1"
androidx-test-junit = "1.1.5"
compose = "1.6.3"
compose-plugin = "1.6.0-alpha01"
compose = "1.6.5"
compose-plugin = "1.6.0"
junit = "4.13.2"
kotlin = "1.9.21"
kotlin = "1.9.22"
dokka = "1.9.10"
binary-compatibility-validator = "0.14.0"
junit-jupiter-api = "5.9.1"
kotlin-test-junit = "1.9.0"
jzz = "1.8.1"

kotlinx-coroutines-core = "1.8.0-RC2"
kotlinx-coroutines-core = "1.8.0"
kotlinx-datetime = "0.5.0"
kotlinxSerialization = "1.6.2"
ktor-io = "2.3.7"
Expand Down

0 comments on commit 3592d3d

Please sign in to comment.