Skip to content

Commit d8fa590

Browse files
committed
Refactored java runtime
1 parent 882faf5 commit d8fa590

26 files changed

Lines changed: 2014 additions & 1666 deletions

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323

2424
```
2525
dependencies {
26-
compile 'com.github.anthill-platform:anthill-runtime-java:0.1.4'
26+
compile 'com.github.anthill-platform:anthill-runtime-java:0.1.6'
2727
}
2828
```
2929

@@ -46,6 +46,6 @@ dependencies {
4646
<dependency>
4747
<groupId>com.github.anthill-platform</groupId>
4848
<artifactId>anthill-runtime-java</artifactId>
49-
<version>0.1.4</version>
49+
<version>0.1.6</version>
5050
</dependency>
5151
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.github.anthill-platform</groupId>
1111
<artifactId>anthill-runtime-java</artifactId>
1212
<packaging>jar</packaging>
13-
<version>0.1.4</version>
13+
<version>0.1.6</version>
1414

1515
<name>OnlileLib</name>
1616
<description>Java Runtime for Anthill Platform</description>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.json</groupId>
107107
<artifactId>json</artifactId>
108-
<version>20140107</version>
108+
<version>20180130</version>
109109
<scope>compile</scope>
110110
</dependency>
111111
<dependency>

0 commit comments

Comments
 (0)