File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ Maven:
23
23
<dependency >
24
24
<groupId >com.oracle.labs.olcut</groupId >
25
25
<artifactId >olcut-core</artifactId >
26
- <version >5.1.5 </version >
26
+ <version >5.1.6 </version >
27
27
</dependency >
28
28
```
29
29
or from Gradle:
30
30
``` groovy
31
- implementation 'com.oracle.labs.olcut:olcut-core:5.1.5 '
31
+ implementation 'com.oracle.labs.olcut:olcut-core:5.1.6 '
32
32
```
33
33
34
34
The ` olcut-extras ` artifact is designed as a small tool for developers, as such you should compile the appropriate
Original file line number Diff line number Diff line change 35
35
<version >${revision} </version >
36
36
<packaging >pom</packaging >
37
37
<properties >
38
- <revision >5.1.6-SNAPSHOT </revision >
38
+ <revision >5.1.6</revision >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments