From 39e6ed7307a21aa45def738065e4ffcc0cd6bb15 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 15 Dec 2024 00:03:32 +0000 Subject: [PATCH] Update scribe-slf4j2 to 3.15.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7323c26..a523566 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.15.2" +val scribeVersion: String = "3.15.3" val seleniumVersion: String = "4.27.0"