Skip to content

Commit

Permalink
Update Versions.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dragossusi authored Oct 18, 2024
1 parent 3a33f85 commit 81b472e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
object Versions {
const val kotlin = "2.0.10"
const val ksp = "2.0.10-1.0.24"
const val compose = "1.7.0-beta02"
const val compose = "1.7.0"
const val material3adaptive = "1.0.0-alpha03"
const val kodein = "7.21.1"

const val okio = "3.9.0"
const val okio = "3.9.1"
const val wire = "5.0.0"
const val roborazzi = "1.9.0"
const val roborazzi = "1.29.0"

const val room = "2.7.0-alpha06"
const val sqlite = "2.5.0-alpha06"
const val room = "2.7.0-alpha10"
const val sqlite = "2.5.0-alpha10"

const val bignum = "0.3.8"
const val bignum = "0.3.10"
const val mockk = "1.13.7"
const val decompose = "3.2.0-beta01"
const val decompose = "3.2.0-beta03"
const val ktor = "2.3.12"

object Kotlinx {
const val datetime = "0.6.0-RC"
const val datetime = "0.6.1"
const val cli = "0.3.6"
const val coroutines = "1.8.0"
const val serialization = "1.6.3"
const val coroutines = "1.9.0"
const val serialization = "1.7.3"
const val rpc = "0.3.0"
}

Expand All @@ -33,10 +33,10 @@ object Versions {
const val settings = "1.1.1"

object Grpc {
const val plugin = "0.9.2"
const val protobuf_kotlin = "3.22.2"
const val grpc_kotlin = "1.3.0"
const val grpc = "1.53.0"
const val plugin = "0.9.4"
const val protobuf_kotlin = "3.25.5"
const val grpc_kotlin = "1.4.2"
const val grpc = "1.67.0"

object Wire {
const val plugin = "5.0.0"
Expand Down

0 comments on commit 81b472e

Please sign in to comment.