From 971a1db757108e05479339665beb0c765e5bb3f8 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 24 Sep 2023 00:29:16 +0000 Subject: [PATCH] Update sourcecode to 0.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2e2f14..8f3426d 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ val jsoupVersion: String = "1.16.1" val appiumVersion: String = "8.5.1" -val sourcecodeVersion: String = "0.3.0" +val sourcecodeVersion: String = "0.3.1" val rsyntaxtextareaVersion: String = "3.3.4"