From 4b8bd46323e088db8925d112995cc7678ee5b012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:22:20 +0000 Subject: [PATCH] Update plugin com.starter.library.kotlin to v0.73.0 --- testproject/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/build.gradle b/testproject/build.gradle index 89042a2..dbee89b 100644 --- a/testproject/build.gradle +++ b/testproject/build.gradle @@ -1,5 +1,5 @@ plugins { - id("com.starter.library.kotlin") version "0.72.0" + id("com.starter.library.kotlin") version "0.73.0" } kotlin {