From 0942a90fbed39a9ca2def312594d421e7260b9d4 Mon Sep 17 00:00:00 2001 From: darksaid98 Date: Thu, 29 Jun 2023 05:45:14 +0200 Subject: [PATCH] fix: include annotations --- README.md | 4 ++-- build.gradle.kts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2417e50..3a3e9e7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ repositories { } dependencies { - implementation("com.github.milkdrinkers:colorparser:1.0.6") + implementation("com.github.milkdrinkers:colorparser:1.0.7") } ``` @@ -88,6 +88,6 @@ dependencies { com.github.milkdrinkers colorparser - 1.0.6 + 1.0.7 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 70de310..f42e327 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.github.milkdrinkers" -version = "1.0.6" +version = "1.0.7" description = "" @@ -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") }