Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed Feb 4, 2020
1 parent a9600cb commit 4632492
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:6.0.0'
compile 'com.rabidgremlin:mutters-opennlp-intent:6.0.0'
compile 'com.rabidgremlin:mutters-opennlp-ner:6.0.0'
compile 'com.rabidgremlin:mutters-slots:6.0.0'
compile 'com.rabidgremlin:mutters-ink-bot:7.0.0'
compile 'com.rabidgremlin:mutters-opennlp-intent:7.0.0'
compile 'com.rabidgremlin:mutters-opennlp-ner:7.0.0'
compile 'com.rabidgremlin:mutters-slots:7.0.0'
}
```

Expand All @@ -245,10 +245,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:6.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-intent:6.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-ner:6.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-slots:6.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-ink-bot:7.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-intent:7.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-ner:7.0.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-slots:7.0.0-SNAPSHOT'
}
```

Expand Down

0 comments on commit 4632492

Please sign in to comment.