Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed Aug 20, 2022
1 parent c8fa5a3 commit f026c8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
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 f026c8d

Please sign in to comment.