File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,21 @@ The primary license for this code is CC0.
31
31
<dependency >
32
32
<groupId >net.mostlyoriginal.artemis-odb</groupId >
33
33
<artifactId >contrib-core</artifactId >
34
- <version >0.9 .1</version >
34
+ <version >0.10 .1</version >
35
35
</dependency >
36
36
37
37
<dependency >
38
38
<groupId >net.mostlyoriginal.artemis-odb</groupId >
39
39
<artifactId >contrib-eventbus</artifactId >
40
- <version >0.9 .1</version >
40
+ <version >0.10 .1</version >
41
41
</dependency >
42
42
```
43
43
44
44
#### Gradle
45
45
46
46
``` groovy
47
47
dependencies {
48
- compile "net.mostlyoriginal.artemis-odb:contrib-core:0.9 .1"
49
- compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:0.9 .1"
48
+ compile "net.mostlyoriginal.artemis-odb:contrib-core:0.10 .1"
49
+ compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:0.10 .1"
50
50
}
51
51
```
You can’t perform that action at this time.
0 commit comments