From f7e299647441a5f26d375c82cde45322b6231c58 Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Fri, 27 Oct 2023 15:26:12 -0400 Subject: [PATCH] Bump to 0.2.8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 99c9c30d..0ea58daf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { // only need to include it here, imports in subprojects will work automagically classpath("aws.sdk.kotlin:build-plugins") { version { - require("0.2.6") + require("0.2.8") } } }