Commit 1ffe648 1 parent 203b880 commit 1ffe648 Copy full SHA for 1ffe648
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ Add the dependencies into the project's `build.gradle`
32
32
33
33
``` groovy
34
34
dependencies {
35
- compile 'io.kategory:kategory:0.3.10 '
36
- kapt 'io.kategory:kategory-annotations-processor:0.3.10 ' //optional
37
- compile 'io.kategory:kategory-effects:0.3.10 ' //optional
38
- compile 'io.kategory:kategory-optics:0.3.10 ' //optional
35
+ compile 'io.kategory:kategory:0.3.11 '
36
+ kapt 'io.kategory:kategory-annotations-processor:0.3.11 ' //optional
37
+ compile 'io.kategory:kategory-effects:0.3.11 ' //optional
38
+ compile 'io.kategory:kategory-optics:0.3.11 ' //optional
39
39
}
40
40
```
41
41
@@ -52,7 +52,7 @@ apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //optiona
52
52
53
53
dependencies {
54
54
...
55
- kapt 'io.kategory:kategory-annotations-processor:0.3.10 ' //optional
55
+ kapt 'io.kategory:kategory-annotations-processor:0.3.11 ' //optional
56
56
...
57
57
}
58
58
```
Original file line number Diff line number Diff line change 1
1
# Package definitions
2
2
GROUP =io.kategory
3
- VERSION_NAME =0.3.11-SNAPSHOT
3
+ VERSION_NAME =0.3.11
4
4
# Gradle options
5
5
org.gradle.jvmargs =-Xmx4g
6
6
You can’t perform that action at this time.
0 commit comments