Skip to content

Commit

Permalink
deps: Bump OF SDK to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria authored Jan 16, 2024
1 parent e9ad5d8 commit 6381833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

object Versions {
const val openFeatureSDK = "0.2.1"
const val openFeatureSDK = "0.2.2"
const val okHttp = "4.10.0"
const val kotlinxSerialization = "1.6.0"
const val coroutines = "1.7.3"
Expand Down Expand Up @@ -120,4 +120,4 @@ publishing {

signing {
sign(publishing.publications["release"])
}
}

0 comments on commit 6381833

Please sign in to comment.