Skip to content

Commit

Permalink
Ignore canceled and classloader fix - 1.1.0
Browse files Browse the repository at this point in the history
Added ignoreCanceled and fixed classloader issue with javassist.
  • Loading branch information
virustotalop committed Nov 24, 2018
1 parent a825d26 commit e6d4a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
compile 'com.github.clubobsidian:trident:1.0.8'
compile 'com.github.clubobsidian:trident:1.1.0'
```

### Maven
Expand All @@ -42,7 +42,7 @@ compile 'com.github.clubobsidian:trident:1.0.8'
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>trident</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit e6d4a23

Please sign in to comment.