Skip to content

Commit dc93b06

Browse files
author
julien-fueled
authored
Update README.md
1 parent 82936e9 commit dc93b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Then add the dependency to the application module:
2121

2222
```groovy
2323
dependencies {
24-
annotationProcessor 'com.github.fueled.flowr:flowr-compiler:1.3.0'
25-
compile 'com.github.fueled.flowr:flowr:1.3.0'
24+
annotationProcessor 'com.github.fueled.flowr:flowr-compiler:X.X.X'
25+
compile 'com.github.fueled.flowr:flowr:X.X.X'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)