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 743e4b9 commit 125cb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
const val kodein = "7.21.1"

const val okio = "3.9.1"
const val wire = "5.0.0"
const val wire = "5.1.0"
const val roborazzi = "1.29.0"

const val room = "2.7.0-alpha10"
Expand Down Expand Up @@ -39,7 +39,7 @@ object Versions {
const val grpc = "1.68.0"

object Wire {
const val plugin = "5.0.0"
const val plugin = "5.1.0"
}
}

Expand Down

0 comments on commit 125cb70

Please sign in to comment.