@@ -22,7 +22,7 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
22
22
<dependency >
23
23
<groupId >com.github.qlsolutions.JavalinFly</groupId >
24
24
<artifactId >javalinfly-core</artifactId >
25
- <version >0.1.8b4 </version >
25
+ <version >0.1.8b5 </version >
26
26
</dependency >
27
27
```
28
28
@@ -37,7 +37,7 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
37
37
<annotationProcessorPath >
38
38
<groupId >com.github.qlsolutions.JavalinFly</groupId >
39
39
<artifactId >javalinfly-core</artifactId >
40
- <version >0.1.8b4 </version >
40
+ <version >0.1.8b5 </version >
41
41
</annotationProcessorPath >
42
42
</annotationProcessorPaths >
43
43
</configuration >
@@ -51,7 +51,7 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
51
51
<dependency >
52
52
<groupId >com.github.qlsolutions.JavalinFly</groupId >
53
53
<artifactId >javalinfly-kotlin</artifactId >
54
- <version >0.1.8b4 </version >
54
+ <version >0.1.8b5 </version >
55
55
</dependency >
56
56
```
57
57
@@ -69,20 +69,20 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
69
69
- Dependency
70
70
71
71
```groovy
72
- implementation 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b4 '
72
+ implementation 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b5 '
73
73
```
74
74
75
75
- Annotation processor
76
76
77
77
```groovy
78
- annotationProcessor 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b4 '
78
+ annotationProcessor 'com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b5 '
79
79
```
80
80
81
81
- <details >
82
82
<summary >Optionally also the kotlin module</summary >
83
83
84
84
```groovy
85
- implementation 'com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8b4 '
85
+ implementation 'com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8b5 '
86
86
```
87
87
88
88
</details >
@@ -93,19 +93,19 @@ Make sure you include the <a href="https://jitpack.io/">repository</a> as well.
93
93
94
94
- Dependency
95
95
```groovy
96
- implementation("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b4 ")
96
+ implementation("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b5 ")
97
97
```
98
98
99
99
- Annotation processor
100
100
```groovy
101
- annotationProcessor("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b4 ")
101
+ annotationProcessor("com.github.qlsolutions.JavalinFly:javalinfly-core:0.1.8b5 ")
102
102
```
103
103
104
104
- <details >
105
105
<summary >Optionally also the kotlin module</summary >
106
106
107
107
```groovy
108
- implementation("com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8b4 ")
108
+ implementation("com.github.qlsolutions.JavalinFly:javalinfly-kotlin:0.1.8b5 ")
109
109
```
110
110
111
111
</details >
0 commit comments