Skip to content

Commit b4af0e8

Browse files
committed
Fix #112: Remove non-deterministic dependencies.
1 parent 9fcaf5f commit b4af0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<asm.version>4.1</asm.version>
18-
<artemis-odb.version>[2.0.0,3.0.0)</artemis-odb.version>
19-
<libgdx.version>[1.9.5,2.0.0)</libgdx.version>
18+
<artemis-odb.version>2.2.0-SNAPSHOT</artemis-odb.version>
19+
<libgdx.version>1.9.6-SNAPSHOT</libgdx.version>
2020
</properties>
2121

2222
<scm>

0 commit comments

Comments
 (0)