From b91b54751d7b06a9efb6379efd9809cd04c5c845 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 26 May 2024 00:33:58 +0000 Subject: [PATCH] Update sourcecode to 0.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7710f0b..176f4c2 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ val jsoupVersion: String = "1.17.2" val appiumVersion: String = "9.1.0" -val sourcecodeVersion: String = "0.3.1" +val sourcecodeVersion: String = "0.4.2" val rsyntaxtextareaVersion: String = "3.4.0"