From e68f5687577614a19a0d17a579d010101b79f3ed Mon Sep 17 00:00:00 2001 From: Rich Birch Date: Wed, 18 Dec 2024 12:23:39 +0000 Subject: [PATCH 1/2] DRTII-1667 drt-lib with updated transaction times --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 27dda2c33..af04f8c28 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 = "v993" + val drtLib = "v1004" val scala = "2.13.12" val scalaDom = "2.8.0" From 828442c3e9898ea283561d582420d653dafec123 Mon Sep 17 00:00:00 2001 From: Rich Birch Date: Thu, 19 Dec 2024 09:39:53 +0000 Subject: [PATCH 2/2] DRTII-1247 Update drt-lib for new transaction times --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index af04f8c28..8780d0258 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 = "v1004" + val drtLib = "v1008" val scala = "2.13.12" val scalaDom = "2.8.0"