File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ Checkout the [wiki](https://github.com/rishabh9/riko/wiki) for more details.
99There's a demo project ` riko-starter ` , available for your reference [ here] ( https://github.com/rishabh9/riko-starter ) ,
1010demonstrating the usage of Riko. Feel free to use it as a starter for your own project.
1111
12- Build status: [ ![ build_status] ( https://travis-ci.org/rishabh9/riko.svg?branch=3.0.0-SNAPSHOT )] ( https://travis-ci.org/rishabh9/riko )
12+ Build status: [ ![ build_status] ( https://travis-ci.org/rishabh9/riko.svg?branch=master )] ( https://travis-ci.org/rishabh9/riko )
1313
1414### For Maven based project
1515
1616``` xml
1717<dependency >
1818 <groupId >com.github.rishabh9</groupId >
1919 <artifactId >riko</artifactId >
20- <version >3.0.0-SNAPSHOT </version >
20+ <version >3.0.0</version >
2121</dependency >
2222```
2323
2424### For Gradle based project
2525``` groovy
2626dependencies {
27- implementation 'com.github.rishabh9:riko:3.0.0-SNAPSHOT '
27+ implementation 'com.github.rishabh9:riko:3.0.0'
2828}
2929```
3030
3131### For SBT based project
3232``` scala
33- libraryDependencies += " com.github.rishabh9" % " riko" % " 3.0.0-SNAPSHOT "
33+ libraryDependencies += " com.github.rishabh9" % " riko" % " 3.0.0"
3434```
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencyManagement {
4747// GroupId
4848group = ' com.github.rishabh9'
4949// Version
50- version = ' 3.0.0-SNAPSHOT '
50+ version = ' 3.0.0'
5151archivesBaseName = ' riko'
5252
5353dependencies {
You can’t perform that action at this time.
0 commit comments