diff --git a/mise.toml b/mise.toml index 57ae4f6..1cfc8d3 100644 --- a/mise.toml +++ b/mise.toml @@ -14,4 +14,4 @@ use_file_shell_for_executable_tasks = true # Pick the tasks you need from flint (https://github.com/grafana/flint) [tasks."lint:links"] description = "Check for broken links in changed files + all local links" -file = "https://raw.githubusercontent.com/grafana/flint/d5e14011bca8fa206b4205d6def31ab8e2652c1c/tasks/lint/links.sh" # v0.20.0 +file = "https://raw.githubusercontent.com/grafana/flint/eded4cd370c729289a6de327a1a26831e10a39b9/tasks/lint/links.sh" # v0.20.2 diff --git a/settings.gradle.kts b/settings.gradle.kts index 7a64aeb..df6c129 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,7 @@ pluginManagement { plugins { id("de.undercouch.download") version "5.7.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" - id("com.gradle.develocity") version "4.4.0" + id("com.gradle.develocity") version "4.4.1" id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" } }