Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed Aug 20, 2022
2 parents 9becc2b + f026c8d commit e349b0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -15,7 +15,7 @@ otherwise have been far more time-consuming.
```xml
<project>
<properties>
<labyrinth.version>1.7.9</labyrinth.version>
<labyrinth.version>1.8.0</labyrinth.version>
</properties>
<repositories>
<!-- For snapshots/versions in development -->
Expand Down Expand Up @@ -104,12 +104,12 @@ otherwise have been far more time-consuming.
}
dependencies {
compileOnly 'com.github.the-h-team:labyrinth-common:1.7.3'
compileOnly 'com.github.the-h-team:labyrinth-gui:1.7.3'
compileOnly 'com.github.the-h-team:labyrinth-skulls:1.7.3'
compileOnly 'com.github.the-h-team:labyrinth-regions:1.7.3'
compileOnly 'com.github.the-h-team:labyrinth-common:1.8.0'
compileOnly 'com.github.the-h-team:labyrinth-gui:1.8.0'
compileOnly 'com.github.the-h-team:labyrinth-skulls:1.8.0'
compileOnly 'com.github.the-h-team:labyrinth-regions:1.8.0'
// for build use only! (includes full plugin and resources)
compileOnly 'com.github.the-h-team:labyrinth-plugin:1.7.3'
compileOnly 'com.github.the-h-team:labyrinth-plugin:1.8.0'
}
```

Expand Down

0 comments on commit e349b0e

Please sign in to comment.