Skip to content

Commit

Permalink
Merge pull request #44 from Displee/dev
Browse files Browse the repository at this point in the history
Update `disio` dependency version.
  • Loading branch information
Displee authored Jul 19, 2020
2 parents 176e7a5 + 87e8d21 commit e62bd32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This library is able to read this data, and write manipulated data back to the c

## Gradle
```
implementation 'com.displee:rs-cache-library:6.5'
implementation 'com.displee:rs-cache-library:6.6'
```
## Initialize your cache
```kotlin
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}

group = 'com.displee'
version = '6.5'
version = '6.6'

description = "A library written in Kotlin used to read and write to all cache formats of RuneScape."

Expand All @@ -44,7 +44,7 @@ dependencies {
implementation 'com.github.jponge:lzma-java:1.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'org.apache.ant:ant:1.10.7'
implementation 'com.displee:disio:1.7'
implementation 'com.displee:disio:1.8'
testCompile 'junit:junit:4.12'
}

Expand Down

0 comments on commit e62bd32

Please sign in to comment.