We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82936e9 commit dc93b06Copy full SHA for dc93b06
README.md
@@ -21,8 +21,8 @@ Then add the dependency to the application module:
21
22
```groovy
23
dependencies {
24
- annotationProcessor 'com.github.fueled.flowr:flowr-compiler:1.3.0'
25
- compile 'com.github.fueled.flowr:flowr:1.3.0'
+ annotationProcessor 'com.github.fueled.flowr:flowr-compiler:X.X.X'
+ compile 'com.github.fueled.flowr:flowr:X.X.X'
26
}
27
```
28
0 commit comments