From 6266f4c139a17f82a9ff9d1dfe99ef3df327ceb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:24:08 +0000 Subject: [PATCH] fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81afcc7..cefdcb7 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.7") compileOnly(files("libs/particable-1.0.0-all.jar")) }