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 3fa3c90 commit 4b0c955Copy full SHA for 4b0c955
README.md
@@ -240,7 +240,7 @@ Add the following Maven dependency to your project:
240
<dependency>
241
<groupId>de.cronn</groupId>
242
<artifactId>reflection-util</artifactId>
243
- <version>2.17.0</version>
+ <version>2.18.0</version>
244
</dependency>
245
```
246
build.gradle
@@ -16,7 +16,7 @@ plugins {
16
}
17
18
group = 'de.cronn'
19
-version = '2.18.0-SNAPSHOT'
+version = '2.18.0'
20
21
if (System.env.BUILD_NUMBER) {
22
version = "${version}-SNAPSHOT-b${System.env.BUILD_NUMBER}"
0 commit comments