Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 27, 2020
2 parents c471347 + d2320a0 commit 0dd0444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
}
dependencies {
implementation 'com.github.purplexdev:packetevents:1.0.8'
implementation 'com.github.purplexdev:packetevents:1.0.9'
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>com.github.purplexdev</groupId>
<artifactId>packetevents</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
</dependencies>
```
Expand All @@ -50,14 +50,14 @@ dependencies {
```
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.purplexdev" % "packetevents" % "1.0.8"
libraryDependencies += "com.github.purplexdev" % "packetevents" % "1.0.9"
```

# leiningen
```
:repositories [["jitpack" "https://jitpack.io"]]
:dependencies [[com.github.purplexdev/packetevents "1.0.8"]]
:dependencies [[com.github.purplexdev/packetevents "1.0.9"]]
```


Expand Down

0 comments on commit 0dd0444

Please # to comment.