Skip to content

Commit

Permalink
fix: include annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Jun 29, 2023
1 parent a17ee90 commit 0942a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ repositories {
}

dependencies {
implementation("com.github.milkdrinkers:colorparser:1.0.6")
implementation("com.github.milkdrinkers:colorparser:1.0.7")
}
```

Expand All @@ -88,6 +88,6 @@ dependencies {
<dependency>
<groupId>com.github.milkdrinkers</groupId>
<artifactId>colorparser</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.milkdrinkers"
version = "1.0.6"
version = "1.0.7"
description = ""


Expand All @@ -31,6 +31,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains:annotations:24.0.1")
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.3")
}
Expand Down

0 comments on commit 0942a90

Please sign in to comment.