Skip to content

Commit

Permalink
fix bundle.gradle to pick up RCs and upgrade dyno-core and dyno-jedis…
Browse files Browse the repository at this point in the history
… to 1.6.5-rc.1
  • Loading branch information
kishorekasi committed Oct 10, 2018
1 parent c3324d7 commit 82e5ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ subprojects {

repositories {
jcenter()

// oss-candidate for -rc.* verions:
maven {
url "https://dl.bintray.com/netflixoss/oss-candidate"
}
}

group = "com.netflix.${githubProjectName}"
Expand Down
4 changes: 2 additions & 2 deletions dyno-queues-redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies {

compile "com.google.inject:guice:3.0"

compile 'com.netflix.dyno:dyno-core:1.6.4'
compile 'com.netflix.dyno:dyno-jedis:1.6.4'
compile 'com.netflix.dyno:dyno-core:1.6.5-rc.1'
compile 'com.netflix.dyno:dyno-jedis:1.6.5-rc.1'

compile 'com.netflix.archaius:archaius-core:0.7.5'
compile 'com.netflix.servo:servo-core:0.12.17'
Expand Down

0 comments on commit 82e5ae6

Please sign in to comment.