Skip to content

Commit

Permalink
upgrade a few test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Apr 7, 2024
1 parent 2bb51c3 commit a173342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reactive_ble_mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.signify.hue.flutterreactiveblelib'
version '1.0-SNAPSHOT'

buildscript {
ext.detekt_version = '1.17.1'
ext.detekt_version = '1.23.0'
ext.kotlin_version = '1.8.21'
repositories {
google()
Expand Down Expand Up @@ -105,5 +105,5 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
testImplementation "io.mockk:mockk:1.11.0"
testImplementation "com.google.truth:truth:1.0"
testImplementation "com.google.truth:truth:1.1.4"
}

0 comments on commit a173342

Please sign in to comment.