From 9fbd62e712725de9f481b60388b20f3ad431a373 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:41:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20webp=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 62de2087..927b4ed4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -141,6 +141,7 @@ dependencies { implementation("dev.usbharu:http-signature:1.0.0") implementation("org.postgresql:postgresql:42.6.0") + implementation("com.twelvemonkeys.imageio:imageio-webp:3.10.0") implementation("io.ktor:ktor-client-logging-jvm:$ktor_version")