From dfd305f6dcbdcbfecbc3dc00268c9239550281fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 09:02:25 +0000 Subject: [PATCH] fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.10 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81afcc7..fa3c27e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("com.github.EmortalMC:NBStom:latest") - implementation("org.shredzone.commons:commons-suncalc:3.5") + implementation("org.shredzone.commons:commons-suncalc:3.10") compileOnly(files("libs/particable-1.0.0-all.jar")) }