@@ -51,93 +51,93 @@ Java compiler are only accessible from the processor path, therefore they have n
51
51
52
52
#### Manifold Core
53
53
``` groovy
54
- compileOnly 'systems.manifold:manifold:2024.1.32 '
55
- implementation 'systems.manifold:manifold-rt:2024.1.32 '
54
+ compileOnly 'systems.manifold:manifold:2024.1.33 '
55
+ implementation 'systems.manifold:manifold-rt:2024.1.33 '
56
56
```
57
57
#### Manifold : Extensions
58
58
``` groovy
59
- compileOnly 'systems.manifold:manifold-ext:2024.1.32 '
60
- implementation 'systems.manifold:manifold-ext-rt:2024.1.32 '
59
+ compileOnly 'systems.manifold:manifold-ext:2024.1.33 '
60
+ implementation 'systems.manifold:manifold-ext-rt:2024.1.33 '
61
61
```
62
62
#### Manifold : Props
63
63
``` groovy
64
- compileOnly 'systems.manifold:manifold-props:2024.1.32 '
65
- implementation 'systems.manifold:manifold-props-rt:2024.1.32 '
64
+ compileOnly 'systems.manifold:manifold-props:2024.1.33 '
65
+ implementation 'systems.manifold:manifold-props-rt:2024.1.33 '
66
66
```
67
67
#### Manifold : GraphQL
68
68
``` groovy
69
- compileOnly 'systems.manifold:manifold-graphql:2024.1.32 '
70
- implementation 'systems.manifold:manifold-graphql-rt:2024.1.32 '
69
+ compileOnly 'systems.manifold:manifold-graphql:2024.1.33 '
70
+ implementation 'systems.manifold:manifold-graphql-rt:2024.1.33 '
71
71
```
72
72
#### Manifold : JSON
73
73
``` groovy
74
- compileOnly 'systems.manifold:manifold-json:2024.1.32 '
75
- implementation 'systems.manifold:manifold-json-rt:2024.1.32 '
74
+ compileOnly 'systems.manifold:manifold-json:2024.1.33 '
75
+ implementation 'systems.manifold:manifold-json-rt:2024.1.33 '
76
76
```
77
77
#### Manifold : XML
78
78
``` groovy
79
- compileOnly 'systems.manifold:manifold-xml:2024.1.32 '
80
- implementation 'systems.manifold:manifold-xml-rt:2024.1.32 '
79
+ compileOnly 'systems.manifold:manifold-xml:2024.1.33 '
80
+ implementation 'systems.manifold:manifold-xml-rt:2024.1.33 '
81
81
```
82
82
#### Manifold : YAML
83
83
``` groovy
84
- compileOnly 'systems.manifold:manifold-yaml:2024.1.32 '
85
- implementation 'systems.manifold:manifold-yaml-rt:2024.1.32 '
84
+ compileOnly 'systems.manifold:manifold-yaml:2024.1.33 '
85
+ implementation 'systems.manifold:manifold-yaml-rt:2024.1.33 '
86
86
```
87
87
#### Manifold : CSV
88
88
``` groovy
89
- compileOnly 'systems.manifold:manifold-csv:2024.1.32 '
90
- implementation 'systems.manifold:manifold-csb-rt:2024.1.32 '
89
+ compileOnly 'systems.manifold:manifold-csv:2024.1.33 '
90
+ implementation 'systems.manifold:manifold-csb-rt:2024.1.33 '
91
91
```
92
92
#### Manifold : Properties Files
93
93
``` groovy
94
- compileOnly 'systems.manifold:manifold-properties:2024.1.32 '
94
+ compileOnly 'systems.manifold:manifold-properties:2024.1.33 '
95
95
```
96
96
#### Manifold : Image Files
97
97
``` groovy
98
- compileOnly 'systems.manifold:manifold-image:2024.1.32 '
98
+ compileOnly 'systems.manifold:manifold-image:2024.1.33 '
99
99
```
100
100
#### Manifold : JavaScript
101
101
``` groovy
102
- compileOnly 'systems.manifold:manifold-js:2024.1.32 '
103
- implementation 'systems.manifold:manifold-js-rt:2024.1.32 '
102
+ compileOnly 'systems.manifold:manifold-js:2024.1.33 '
103
+ implementation 'systems.manifold:manifold-js-rt:2024.1.33 '
104
104
```
105
105
#### Manifold : Templates
106
106
``` groovy
107
- compileOnly 'systems.manifold:manifold-templates:2024.1.32 '
108
- implementation 'systems.manifold:manifold-templates-rt:2024.1.32 '
107
+ compileOnly 'systems.manifold:manifold-templates:2024.1.33 '
108
+ implementation 'systems.manifold:manifold-templates-rt:2024.1.33 '
109
109
```
110
110
#### Manifold : String Interpolation
111
111
``` groovy
112
- compileOnly 'systems.manifold:manifold-strings:2024.1.32 '
112
+ compileOnly 'systems.manifold:manifold-strings:2024.1.33 '
113
113
```
114
114
#### Manifold : (Un)checked Exceptions
115
115
``` groovy
116
- compileOnly 'systems.manifold:manifold-exceptions:2024.1.32 '
116
+ compileOnly 'systems.manifold:manifold-exceptions:2024.1.33 '
117
117
```
118
118
#### Manifold : Preprocessor
119
119
``` groovy
120
- compileOnly 'systems.manifold:manifold-preprocessor:2024.1.32 '
120
+ compileOnly 'systems.manifold:manifold-preprocessor:2024.1.33 '
121
121
```
122
122
#### Manifold : Preprocessor : Android Symbols
123
123
``` groovy
124
- compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.32 '
124
+ compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.33 '
125
125
```
126
126
#### Manifold : Science
127
127
``` groovy
128
- implementation 'systems.manifold:manifold-science:2024.1.32 '
128
+ implementation 'systems.manifold:manifold-science:2024.1.33 '
129
129
```
130
130
#### Manifold : Collections Extension
131
131
``` groovy
132
- implementation 'systems.manifold:manifold-collections:2024.1.32 '
132
+ implementation 'systems.manifold:manifold-collections:2024.1.33 '
133
133
```
134
134
#### Manifold : IO Extensions
135
135
``` groovy
136
- implementation 'systems.manifold:manifold-io:2024.1.32 '
136
+ implementation 'systems.manifold:manifold-io:2024.1.33 '
137
137
```
138
138
#### Manifold : Text Extensions
139
139
``` groovy
140
- implementation 'systems.manifold:manifold-text:2024.1.32 '
140
+ implementation 'systems.manifold:manifold-text:2024.1.33 '
141
141
```
142
142
143
143
## Resources
@@ -165,7 +165,7 @@ build.gradle
165
165
``` groovy
166
166
dependencies {
167
167
...
168
- compileOnly 'systems.manifold:manifold-preprocessor:2024.1.32 '
169
- compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.32 '
168
+ compileOnly 'systems.manifold:manifold-preprocessor:2024.1.33 '
169
+ compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.33 '
170
170
}
171
171
```
0 commit comments