From 57c3cd39752a4b782561fe169cbbd775f13ee793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:08:47 +0000 Subject: [PATCH] build(deps): bump dev.snipme:highlights from 0.9.3 to 1.0.0 Bumps [dev.snipme:highlights](https://github.com/SnipMeDev/Highlights) from 0.9.3 to 1.0.0. - [Release notes](https://github.com/SnipMeDev/Highlights/releases) - [Changelog](https://github.com/SnipMeDev/Highlights/blob/main/CHANGELOG.md) - [Commits](https://github.com/SnipMeDev/Highlights/compare/0.9.3...1.0.0) --- updated-dependencies: - dependency-name: dev.snipme:highlights dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fa2d944..44aa00e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ kotlinx-serialization-json = "1.7.3" kotlin = "2.1.10" kotlin-poet = "1.18.1" build-time-config = "2.3.0" -code-highlights = "0.9.3" +code-highlights = "1.0.0" spotless = "7.0.2" dokka = "1.9.10" kotlinx-html = "0.7.3"