From 22c844011936f789082ae3f3d7bfd3921355cd2c Mon Sep 17 00:00:00 2001 From: Nilesh Gupta Date: Thu, 31 Oct 2024 15:21:53 +0000 Subject: [PATCH] update drt lib master version Signed-off-by: Nilesh Gupta --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 13d6bf31e..e393668b1 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -25,7 +25,7 @@ object Settings { /** Declare global dependency versions here to avoid mismatches in multi part dependencies */ //noinspection ScalaStyle object versions { - val drtLib = "v919" + val drtLib = "v921" val scala = "2.13.12" val scalaDom = "2.8.0"