Skip to content

Commit

Permalink
router 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghanzheng committed Jun 24, 2022
1 parent 8f4e58d commit f7bc24a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repositories {

dependencies {

//compile 'com.github.linyuzai:concept-router-core:0.5.0'
//compile 'com.github.linyuzai:concept-router-loadbalancer:0.5.0'
//compile 'com.github.linyuzai:concept-router-ribbon:0.5.0'
//compile 'com.github.linyuzai:concept-router-core:0.6.0'
//compile 'com.github.linyuzai:concept-router-loadbalancer:0.6.0'
//compile 'com.github.linyuzai:concept-router-ribbon:0.6.0'

compileOnly project(':concept-router:concept-router-core')
compileOnly project(':concept-router:concept-router-loadbalancer')
Expand Down
2 changes: 1 addition & 1 deletion concept-router/version.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ext.'conceptRouterVersion' = '0.5.0'
ext.'conceptRouterVersion' = '0.6.0'

0 comments on commit f7bc24a

Please sign in to comment.