Skip to content

Commit

Permalink
fix(deps): cogrpc min versions update (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeA authored Jul 12, 2022
1 parent 077fa3d commit 64327de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"

api 'tech.relaycorp:cogrpc:[1.1.21,2.0.0)'
api "io.grpc:grpc-okhttp:[1.46.0,2.0.0)"
api 'tech.relaycorp:cogrpc:[1.1.24,2.0.0)'
api "io.grpc:grpc-okhttp:[1.47.0,2.0.0)"

// Testing
testImplementation "org.junit.jupiter:junit-jupiter:5.8.2"
Expand Down

0 comments on commit 64327de

Please sign in to comment.