From 806d0b5e9325637435d1dba77a98224ea85f268c Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 12 May 2024 00:33:40 +0000 Subject: [PATCH] Update scribe-slf4j2 to 3.13.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7710f0b..0f26ea2 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ developers := List( Developer(id="darkfrog", name="Matt Hicks", email="matt@matthicks.com", url=url("https://matthicks.com")) ) -val scribeVersion: String = "3.13.0" +val scribeVersion: String = "3.13.5" val seleniumVersion: String = "4.18.1"