From 7b4c4f6cf2983e6bfd9fd000c4cc56f1eb9468a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:09:45 +0000 Subject: [PATCH] Bump com.github.tommyettinger:textratypist from 2.2.0 to 2.2.1 Bumps [com.github.tommyettinger:textratypist](https://github.com/tommyettinger/textratypist) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/tommyettinger/textratypist/releases) - [Commits](https://github.com/tommyettinger/textratypist/commits) --- updated-dependencies: - dependency-name: com.github.tommyettinger:textratypist dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0e832ba..9e16ed0 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { ext.kotlinVersion="2.2.20" ext.kotlinxCoroutinesVersion="1.10.2" ext.ktxVersion="1.13.1-rc1" - ext.textraTypistVersion="2.2.0" + ext.textraTypistVersion="2.2.1" repositories { mavenCentral()