From 8a014ddb0c069700e367ab4eed2a4c75d3d8d072 Mon Sep 17 00:00:00 2001
From: arkon <eugcheung94@gmail.com>
Date: Fri, 28 May 2021 22:34:40 -0400
Subject: [PATCH] Update AboutLibraries

---
 buildSrc/src/main/kotlin/Dependencies.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt
index e7c528bc4..a53482bf1 100644
--- a/buildSrc/src/main/kotlin/Dependencies.kt
+++ b/buildSrc/src/main/kotlin/Dependencies.kt
@@ -3,5 +3,5 @@ object BuildPluginsVersion {
     const val KOTLIN = "1.5.10"
     const val KOTLINTER = "3.4.4"
     const val VERSIONS_PLUGIN = "0.39.0"
-    const val ABOUTLIB_PLUGIN = "8.8.6"
+    const val ABOUTLIB_PLUGIN = "8.9.0"
 }