From 973ae81d98ccbb7bd2b6dd3058048465ba19dba8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jun 2022 17:59:07 +0000 Subject: [PATCH] chore(deps): update dependency com.github.ajalt.mordant:mordant to v2.0.0-beta7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cd756ec..00e6332 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ repositories { dependencies { implementation("com.github.instagram4j:instagram4j:2.0.7") - implementation("com.github.ajalt.mordant:mordant:2.0.0-beta6") + implementation("com.github.ajalt.mordant:mordant:2.0.0-beta7") implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.8") implementation("org.slf4j:slf4j-simple:2.0.0-alpha7")